also match arch64 and arch32
[webi-installers/.git] / _webi / bootstrap.sh
index 6562087db0de61fd82f9b33fd3d66d7efe782a60..877ad818443500feccc80ab79a49eeebac4cfba7 100644 (file)
@@ -52,9 +52,9 @@ if [ -n "\$(command -v unxz)" ]; then
 fi
 if [ -n "\$(command -v unzip)" ]; then
     my_ext="zip,\$my_ext"
-else
-    >&2 echo "WARN: 'unzip' not found"
 fi
+# for mac/linux 'exe' refers to the uncompressed binary without extension
+my_ext="exe,\$my_ext"
 if [ -n "\$(command -v tar)" ]; then
     my_ext="tar,\$my_ext"
 fi