Skip to content
Snippets Groups Projects
Commit 8ecc6f13 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fetch nwjs binary from git.purrdata.net to keep from clobbering nwjs.io with continuous integration

parent cdba674f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -56,7 +56,8 @@ if [ ! -d "../pd/nw/nw" ]; then ...@@ -56,7 +56,8 @@ if [ ! -d "../pd/nw/nw" ]; then
nwjs_version="v0.16.0" nwjs_version="v0.16.0"
nwjs_dirname=${nwjs}-${nwjs_version}-${os}-${arch} nwjs_dirname=${nwjs}-${nwjs_version}-${os}-${arch}
nwjs_filename=${nwjs_dirname}.${ext} nwjs_filename=${nwjs_dirname}.${ext}
nwjs_url=https://dl.nwjs.io/v0.16.0/$nwjs_filename nwjs_url=https://git.purrdata.net/jwilkes/nwjs-binaries/raw/master
nwjs_url=${nwjs_url}/$nwjs_filename
echo "Fetching the nwjs binary from" echo "Fetching the nwjs binary from"
echo "$nwjs_url" echo "$nwjs_url"
wget $nwjs_url wget $nwjs_url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment