X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosdroid%2FMakefile.am;h=361de13cb3b917a44d2ece35ec733fdda91b1c06;hp=59704aada74d7e7662b1fdf8f40d6702df9e9e98;hb=04b5cc37659b1b3d6b62f1ef17b17c0492434cba;hpb=93d1cedc94358ebf5c2af537a25a242f6c19954c;ds=sidebyside diff --git a/altosdroid/Makefile.am b/altosdroid/Makefile.am index 59704aad..361de13c 100644 --- a/altosdroid/Makefile.am +++ b/altosdroid/Makefile.am @@ -79,8 +79,8 @@ bin/AltosDroid-release-unsigned.apk: $(SRC) $(ALTOSLIB) $(SUPPORT_V4) $(GOOGLE_P bin/AltosDroid-release.apk: bin/AltosDroid-release-unsigned.apk jarsigner -sigalg SHA1withDSA -digestalg SHA1 \ - -keystore ~/altusmetrumllc/release.keystore \ - -storepass:file ~/altusmetrumllc/Passphrase \ + -keystore ~/altusmetrumllc/google-play-release.keystore \ + -storepass:file ~/altusmetrumllc/google-play-passphrase \ -signedjar bin/AltosDroid-release-signed.apk \ bin/AltosDroid-release-unsigned.apk AltosDroid $(ZIPALIGN) -f 4 \