From ff179e72ca3b0da0aee77062c9dce6a096994a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Gr=C3=A4f?= <aggraef@gmail.com> Date: Thu, 3 Sep 2020 21:12:40 +0200 Subject: [PATCH] Time to say goodbye to Windows XP. Use our default nw.js version on Windows instead of the ancient 0.14.7. --- l2ork_addons/tar_em_up.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index 4a6d26fac..25d82f2d4 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -194,9 +194,8 @@ if [ ! -d "../pd/nw/nw" ]; then ext="tar.gz" fi - if [[ $os == "win" || $osx_version == "10.8" ]]; then - # We need the lts version to be able to run on XP. For - # simplicity we use that same version for 64 bit Windows, too + if [[ $osx_version == "10.8" ]]; then + # We need the lts version to be able to run on legacy systems. nwjs_version="v0.14.7" else # temporary kluge for rpi-- only 0.15.1 is available atm -- GitLab