summaryrefslogtreecommitdiff
path: root/make_desktop.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-25 11:00:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-25 11:00:03 -0400
commit9006a2d713279f4b624df2d94055a591112b055b (patch)
treea33fe01d2bc30d416177727f08f53edf0bf0d6ff /make_desktop.sh
parentab96cb8fcf328d095d8b8e65d40e02c68d6d8d11 (diff)
updated electron #539 and also added exception catch to see if it works in main.js
Diffstat (limited to 'make_desktop.sh')
-rwxr-xr-xmake_desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_desktop.sh b/make_desktop.sh
index b3d6e4e5..e6a3c21d 100755
--- a/make_desktop.sh
+++ b/make_desktop.sh
@@ -9,7 +9,7 @@ APPVER=`cat config.xml | grep "widget " | sed 's/.* version=\"\([^\"]*\)\" xmlns
APPVER+="D"
echo "Application version:$APPVER"
-declare -a app_ports=("../zmNinja-mac.app/Contents/Resources" "../zmNinja-linux32bit/resources" "../zmNinja-linux64bit/resources" "../zmNinja-win64bit/resources" "../zmNinja-win32bit/resources" "../zmNinja-linuxarm/resources")
+declare -a app_ports=("../zmNinja-mac.app/Contents/Resources" "../zmNinja-linux32bit/resources" "../zmNinja-linux64bit/resources" "../zmNinja-win32-64bit/resources" "../zmNinja-linuxarm/resources")
for i in "${app_ports[@]}"
do