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

Merge branch 'windows-ci-infrastructure'

parents 95233cb2 81a53d8e
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ if [ ! -d "../pd/nw/nw" ]; then ...@@ -200,7 +200,7 @@ if [ ! -d "../pd/nw/nw" ]; then
nwjs_url=${nwjs_url}/$nwjs_filename 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 -nv $nwjs_url wget -nv $nwjs_url || exit 1
if [[ $os == "win" || $os == "osx" ]]; then if [[ $os == "win" || $os == "osx" ]]; then
unzip $nwjs_filename unzip $nwjs_filename
else else
......
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