From: Bdale Garbee Date: Sat, 13 Sep 2014 22:37:42 +0000 (-0600) Subject: reflect filename changes in LLC repo X-Git-Tag: bdale-altosdroid~24 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=04b5cc37659b1b3d6b62f1ef17b17c0492434cba;hp=93d1cedc94358ebf5c2af537a25a242f6c19954c reflect filename changes in LLC repo --- 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 \