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

only exit if nwjs binary fails to download

parent 2620d1e5
No related branches found
No related tags found
1 merge request!203bail out if we can't download the nw.js binary
Pipeline #
......@@ -148,7 +148,6 @@ if [ ! -d "../pd/nw/nw" ]; then
exit 1
else
echo "Downloaded nwjs binary"
exit 1
fi
if [[ $os == "win" || $os == "osx" ]]; then
unzip $nwjs_filename
......
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