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

use "unzip" for osx as well as windows nw.js binaries

parent 391844ec
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ if [ ! -d "../pd/nw/nw" ]; then
echo "Fetching the nwjs binary from"
echo "$nwjs_url"
wget -nv $nwjs_url
if [[ $os == "win" ]]; then
if [[ $os == "win" || $os == "osx" ]]; then
unzip $nwjs_filename
else
tar -xf $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