summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake_desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_desktop.sh b/make_desktop.sh
index 21a4ab37..685c56c9 100755
--- a/make_desktop.sh
+++ b/make_desktop.sh
@@ -9,7 +9,7 @@ APPVER=`cat config.xml | grep "widget id=" | sed 's/.* version=\"\([^\"]*\)\" xm
APPVER+="D"
echo "Application version:$APPVER"
-declare -a app_ports=("../zmNinja-mac.app/Contents/Resources" "../zmNinja-linux/resources" "../zmNinja-win/resources")
+declare -a app_ports=("../zmNinja-mac.app/Contents/Resources" "../zmNinja-linux/resources" "../zmNinja-win64bit/resources" "../zmNinja-win32bit/resources")
for i in "${app_ports[@]}"
do