diff options
| -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 ba8942a7..dc952ee3 100755 --- a/make_desktop.sh +++ b/make_desktop.sh @@ -5,7 +5,7 @@ exe() { echo "\$ $@" ; "$@" ; } echo ---------------------------------------------------- echo Pliable Pixels Desktop build process echo ---------------------------------------------------- -APPVER=`cat config.xml | grep "widget id=" | sed 's/.* version=\"\([^\"]*\)\" xmlns.*/\1/'` +APPVER=`cat config.xml | grep "widget " | sed 's/.* version=\"\([^\"]*\)\" xmlns.*/\1/'` APPVER+="D" echo "Application version:$APPVER" |
