aboutsummaryrefslogtreecommitdiff
path: root/dists/webos
diff options
context:
space:
mode:
authorKlaus Reimer2011-04-25 11:22:18 +0200
committerKlaus Reimer2011-04-25 11:22:18 +0200
commita8115d4c00c27b9df7b314df898aaea7de438384 (patch)
tree0caf3840cad69cf85e079c114d2e9359c99fb2cc /dists/webos
parentd0142270b829a56f7c2c8d72ec5569da017ba4c4 (diff)
downloadscummvm-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')
-rw-r--r--dists/webos/mojo/appinfo.json6
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
}