Skip to content

Commit

Permalink
Only changes to script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciocosta committed Sep 28, 2020
1 parent ba1afd1 commit 56a8595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node-webkit_install_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ if [ -a $FILE_LOCAL ]; then
else
echo "./$NWJS_PACKAGE_FILE not found, downloading:"
wget $NWJS_URL
fi

if [ -a $FILE_LOCAL ]; then
tar -zxvf $NWJS_PACKAGE_FILE
rm nwjs -R
mv $NWJS_PACKAGE_NAME nwjs
fi

Expand Down

0 comments on commit 56a8595

Please sign in to comment.