From 04b5cc37659b1b3d6b62f1ef17b17c0492434cba Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 13 Sep 2014 16:37:42 -0600 Subject: [PATCH] reflect filename changes in LLC repo --- altosdroid/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.30.2