mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
This commit is contained in:
commit
a926e56d01
@ -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