diff options
author | Klaus Reimer | 2011-04-25 11:22:18 +0200 |
---|---|---|
committer | Klaus Reimer | 2011-04-25 11:22:18 +0200 |
commit | a8115d4c00c27b9df7b314df898aaea7de438384 (patch) | |
tree | 0caf3840cad69cf85e079c114d2e9359c99fb2cc /dists/webos/mojo | |
parent | d0142270b829a56f7c2c8d72ec5569da017ba4c4 (diff) | |
download | scummvm-rg350-a8115d4c00c27b9df7b314df898aaea7de438384.tar.gz scummvm-rg350-a8115d4c00c27b9df7b314df898aaea7de438384.tar.bz2 scummvm-rg350-a8115d4c00c27b9df7b314df898aaea7de438384.zip |
WEBOS: Improved build system. Now supports "release" and "beta" packaging, supports a custom base package ID and automatically determines the app version by merging the ScummVM version and a specified package version.
Diffstat (limited to 'dists/webos/mojo')
-rw-r--r-- | dists/webos/mojo/appinfo.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/webos/mojo/appinfo.json b/dists/webos/mojo/appinfo.json index 00762c9410..b3163a4e95 100644 --- a/dists/webos/mojo/appinfo.json +++ b/dists/webos/mojo/appinfo.json @@ -1,10 +1,10 @@ { - "id": "org.scummvm.scummvm", - "version": "1.3.0001", + "id": "APP_ID", + "version": "APP_VERSION", "vendor": "ScummVM Team", "type": "pdk", "main": "start", - "title": "ScummVM", + "title": "APP_TITLE", "icon": "icon.png", "requiredMemory": 64 } |