Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
2620d1e5
Commit
2620d1e5
authored
Jul 06, 2017
by
Jonathan Wilkes
Browse files
make build script fail if nwjs binary isn't downloaded
parent
b2c87b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
2620d1e5
...
...
@@ -143,6 +143,13 @@ if [ ! -d "../pd/nw/nw" ]; then
echo
"Fetching the nwjs binary from"
echo
"
$nwjs_url
"
wget
-nv
$nwjs_url
if
wget
-nv
$nwjs_url
;
then
echo
"Could not download the nwjs binary"
exit
1
else
echo
"Downloaded nwjs binary"
exit
1
fi
if
[[
$os
==
"win"
||
$os
==
"osx"
]]
;
then
unzip
$nwjs_filename
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment