summaryrefslogtreecommitdiff
path: root/make_desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_desktop.sh')
-rwxr-xr-xmake_desktop.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_desktop.sh b/make_desktop.sh
index 7e236fdf..21a4ab37 100755
--- a/make_desktop.sh
+++ b/make_desktop.sh
@@ -6,6 +6,7 @@ echo ----------------------------------------------------
echo Pliable Pixels Desktop build process
echo ----------------------------------------------------
APPVER=`cat config.xml | grep "widget id=" | sed 's/.* version=\"\([^\"]*\)\" xmlns.*/\1/'`
+APPVER+="D"
echo "Application version:$APPVER"
declare -a app_ports=("../zmNinja-mac.app/Contents/Resources" "../zmNinja-linux/resources" "../zmNinja-win/resources")