compile.sh: use shared certificate by default even on release builds
This commit is contained in:
parent
4fa711bfd3
commit
a692857fe8
1 changed files with 3 additions and 6 deletions
|
@ -63,14 +63,11 @@ done
|
|||
# Run waf
|
||||
./waf build -v|| exit 1
|
||||
|
||||
if [ "$BUILD_TYPE" != "debug" ]; then
|
||||
# sign
|
||||
if [ "$BUILD_TYPE" != "debug" ] && [ "$USER" = "a1ba" ]; then
|
||||
# :)
|
||||
cp build/android/xashdroid.apk xashdroid.apk
|
||||
|
||||
# :)
|
||||
if [ "$USER" = "a1ba" ]; then
|
||||
apksigner sign --ks ../myks.keystore xashdroid.apk
|
||||
fi
|
||||
else
|
||||
cp build/android/xashdroid-signed.apk xashdroid.apk
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue