mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
refers to relative android bin instead of path
This commit is contained in:
parent
6a571132b1
commit
3c686a346d
@ -17,7 +17,7 @@ function die {
|
||||
exit 1
|
||||
}
|
||||
|
||||
android update project -p . -n Kiwix -t android-14
|
||||
../src/dependencies/android-sdk/sdk/tools/android update project -p . -n Kiwix -t android-14
|
||||
ant release || die "ant release error."
|
||||
jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore $CERTIFICATE bin/Kiwix-release-unsigned.apk kiwix || die "Error signing the package."
|
||||
jarsigner -verify bin/Kiwix-release-unsigned.apk || die "The package is not properly signed."
|
||||
|
Loading…
x
Reference in New Issue
Block a user