support bare executables and xbin on windows for jq
[webi-installers/.git] / _webi / bootstrap.sh
index 64cf2c31e21306ea39ad5eb6cda60683f3571970..877ad818443500feccc80ab79a49eeebac4cfba7 100644 (file)
@@ -53,6 +53,8 @@ fi
 if [ -n "\$(command -v unzip)" ]; then
     my_ext="zip,\$my_ext"
 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