40
edits
m (Removed notes about unmerged patches.) |
m (New package build instructions) |
||
Line 167: | Line 167: | ||
== Building the WebOS package == | == Building the WebOS package == | ||
This builds a release package: | |||
<syntaxhighlight type="bash"> | <syntaxhighlight type="bash"> | ||
make webosrelease | make webosrelease BASE_APP_ID=com.github.kayahr VER_PACKAGE=1 | ||
</syntaxhighlight> | |||
This builds a beta package: | |||
<syntaxhighlight type="bash"> | |||
make webosbeta BASE_APP_ID=com.github.kayahr VER_PACKAGE=1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
After this the IPK file can be found in the root directory of ScummVM. | After this the IPK file can be found in the root directory of ScummVM. | ||
The specified package version must be higher than the one which is currently submitted to the Palm App Catalog. | |||
The base app id must be a developer-specific id becaues Palm currently doesn't support team-maintained packages. When no base app id is specified then it defaults to ''org.scummvm''. |
edits