diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-11 10:57:57 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-11 10:57:57 -0500 |
| commit | f087b5f125f5545252e2f426582f910d0b88e241 (patch) | |
| tree | 0c0cd9b41c1f64aedbc948b2b044002236fda4cc | |
| parent | fa336e58a6cf20814f5bad252d2b5aa49014abfe (diff) | |
Add a 'D' to desktop versions of the app
Former-commit-id: c5e614210305c8162e56a93c588f0c2632db99c8
| -rwxr-xr-x | make_desktop.sh | 1 |
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") |
