Update bar-descriptor.xml and blackberry_package.sh

The binary that the cmake script produces is PPSSPPBlackberry,
not ppsspp like the old system.
This commit is contained in:
Kovensky 2012-11-21 14:53:35 -03:00
parent d04a1cadca
commit 1654eb7f8d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>ppsspp</filename>
<filename>PPSSPPBlackberry</filename>
<versionNumber>0.31</versionNumber>
<buildId>1</buildId>
<description>Playstation portable emulator.</description>

View File

@ -4,7 +4,7 @@ TYPE=Device-Release
DEBUG="-devMode -debugToken ${HOME}/debugtoken.bar"
PPSSPP_ROOT=${PWD}/..
WORKSPACE=${PPSSPP_ROOT}/..
blackberry-nativepackager -package PPSSPP.bar bar-descriptor.xml ppsspp \
blackberry-nativepackager -package PPSSPP.bar bar-descriptor.xml PPSSPPBlackberry \
-e icon-114.png icon-114.png $DEBUG \
-e ../android/assets assets \
-e ${WORKSPACE}/SDL12/${TYPE}/libSDL12.so lib/libSDL12.so \