diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 4a6d26fac0975dd8fa43560da76b99ba7aeeebf0..25d82f2d45051083373db30ca5e3f8b5fc7e4dfb 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