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

bump nwjs versions

parent c777e273
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ if [[ $os == "darwin" ]]; then ...@@ -102,7 +102,7 @@ if [[ $os == "darwin" ]]; then
fi fi
# Fetch the nw.js binary if we haven't already. We want to fetch it even # Fetch the nw.js binary if we haven't already. We want to fetch it even
# for building with no libs, so we do it before all options # for building with no libs, so we do it regardless of the options
echo nwjs-sdk-v0.16.0-`uname | tr '[:upper:]' '[:lower:]'` echo nwjs-sdk-v0.16.0-`uname | tr '[:upper:]' '[:lower:]'`
if [ ! -d "../pd/nw/nw" ]; then if [ ! -d "../pd/nw/nw" ]; then
if [ `getconf LONG_BIT` -eq 32 ]; then if [ `getconf LONG_BIT` -eq 32 ]; then
...@@ -129,9 +129,9 @@ if [ ! -d "../pd/nw/nw" ]; then ...@@ -129,9 +129,9 @@ if [ ! -d "../pd/nw/nw" ]; then
else else
# temporary kluge for rpi-- only 0.15.1 is available atm # temporary kluge for rpi-- only 0.15.1 is available atm
if [ `uname -m` == "armv7l" ]; then if [ `uname -m` == "armv7l" ]; then
nwjs_version="v0.15.1" nwjs_version="v0.17.6"
else else
nwjs_version="v0.18.4" nwjs_version="v0.22.0"
fi fi
fi fi
......
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