mirror of
https://github.com/libretro/Play-.git
synced 2024-12-12 19:22:30 +00:00
Fix release apk path.
This commit is contained in:
parent
ffbc452342
commit
f9d1ed62bb
@ -93,7 +93,7 @@ travis_before_deploy()
|
||||
return
|
||||
fi;
|
||||
if [ "$TARGET_OS" = "Android" ]; then
|
||||
cp ../../build_android/build/outputs/apk/Play-release-unsigned.apk .
|
||||
cp ../../build_android/build/outputs/apk/release/Play-release-unsigned.apk .
|
||||
export ANDROID_BUILD_TOOLS=$ANDROID_HOME/build-tools/25.0.0
|
||||
$ANDROID_BUILD_TOOLS/zipalign -v -p 4 Play-release-unsigned.apk Play-release.apk
|
||||
$ANDROID_BUILD_TOOLS/apksigner sign --ks ../../installer_android/deploy.keystore --ks-key-alias deploy --ks-pass env:ANDROID_KEYSTORE_PASS --key-pass env:ANDROID_KEYSTORE_PASS Play-release.apk
|
||||
|
Loading…
Reference in New Issue
Block a user