diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-14 12:56:26 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-14 12:56:26 -0500 |
| commit | 38552efdab0cdbd815292ad0b18e324f7e6f9920 (patch) | |
| tree | 2f0f590087b96443123ead882cc7114c928c29ae | |
| parent | e141199cab565e8f199e2f5cdaccc21e34b793ab (diff) | |
added 32 bit win port
Former-commit-id: 17cb0a6104051b4ac31dd4d286938c0c266507ae
| -rwxr-xr-x | make_desktop.sh | 2 |
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 |
