More fixes to RecompileAllApps.sh
This commit is contained in:
@@ -38,5 +38,4 @@ for APP1 in project/jni/application/*/AppSettings.cfg; do
|
||||
( cd project && nice -n5 ndk-build -j2 V=1 && ant release && \
|
||||
jarsigner -verbose -keystore "$KEYSTORE" -storepass "$PASSWORD" bin/DemoActivity-unsigned.apk $ALIAS && \
|
||||
zipalign 4 bin/DemoActivity-unsigned.apk ../$APP.apk && cd .. ) || exit 1
|
||||
exit 0
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user