Skip to content

Commit

Permalink
Version update for Blackberry
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Nov 21, 2012
1 parent 3934876 commit d914c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SDL/bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>ppsspp</filename>
<versionNumber>0.2</versionNumber>
<versionNumber>0.31</versionNumber>
<buildId>1</buildId>
<description>Playstation portable emulator.</description>

Expand Down
7 changes: 3 additions & 4 deletions SDL/blackberry_package.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/bin/bash

TYPE=Device-Release
DEBUG="-devMode -debugToken ${HOME}/debugtoken.bar"
PPSSPP_ROOT=${PWD}/..
WORKSPACE=${PPSSPP_ROOT}/..
blackberry-nativepackager -package PPSSPP.bar bar-descriptor.xml ppsspp \
-e icon-114.png icon-114.png \
-devMode -debugToken ~/debugtoken.bar \
-e icon-114.png icon-114.png $DEBUG \
-e ../android/assets assets \
-e ${WORKSPACE}/SDL12/${TYPE}/libSDL12.so lib/libSDL12.so \
-e ${WORKSPACE}/TouchControlOverlay/${TYPE}/libTouchControlOverlay.so lib/libTouchControlOverlay.so \
-e ${WORKSPACE}/SDL_mixer/${TYPE}/libSDL_mixer.so lib/libSDL_mixer.so
-e ${WORKSPACE}/TouchControlOverlay/${TYPE}/libTouchControlOverlay.so lib/libTouchControlOverlay.so

0 comments on commit d914c39

Please sign in to comment.