From a8115d4c00c27b9df7b314df898aaea7de438384 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Mon, 25 Apr 2011 11:22:18 +0200 Subject: 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. --- dists/webos/mojo/appinfo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dists/webos') 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 } -- cgit v1.2.3