From 9006a2d713279f4b624df2d94055a591112b055b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 25 Sep 2017 11:00:03 -0400 Subject: updated electron #539 and also added exception catch to see if it works in main.js --- make_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_desktop.sh') 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 -- cgit v1.2.3