From a9978aa8c4af66f919db3aa8fd577e4df57e50cb Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 26 Apr 2017 13:12:07 -0400
Subject: [PATCH] bump nwjs versions

---
 l2ork_addons/tar_em_up.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 2d88f56a8..9c385596c 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -102,7 +102,7 @@ if [[ $os == "darwin" ]]; then
 fi
 
 # 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:]'`
 if [ ! -d "../pd/nw/nw" ]; then
 	if [ `getconf LONG_BIT` -eq 32 ]; then
@@ -129,9 +129,9 @@ if [ ! -d "../pd/nw/nw" ]; then
 	else
 		# temporary kluge for rpi-- only 0.15.1 is available atm
 		if [ `uname -m` == "armv7l" ]; then
-			nwjs_version="v0.15.1"
+			nwjs_version="v0.17.6"
 		else
-			nwjs_version="v0.18.4"
+			nwjs_version="v0.22.0"
 		fi
 	fi
 
-- 
GitLab