mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 06:50:15 -05:00
Fixed build script
This commit is contained in:
parent
eba7788038
commit
f4b30f0217
@ -20,7 +20,9 @@ fi
|
||||
|
||||
echo "Building yaaic $1"
|
||||
echo ""
|
||||
cd application
|
||||
ant release
|
||||
cd ..
|
||||
jarsigner -verbose -keystore $KEYSTORE "$BUILD_DIRECTORY/Yaaic-unsigned.apk" release
|
||||
jarsigner -verify "$BUILD_DIRECTORY/Yaaic-unsigned.apk"
|
||||
"$ANDROID_SDK/tools/zipalign" -v 4 "$BUILD_DIRECTORY/Yaaic-unsigned.apk" "$BUILD_DIRECTORY/yaaic-$1.apk"
|
Loading…
Reference in New Issue
Block a user