summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-09-13 16:37:42 -0600
committerBdale Garbee <bdale@gag.com>2014-09-13 16:37:42 -0600
commit04b5cc37659b1b3d6b62f1ef17b17c0492434cba (patch)
tree86973570e84c699f10e8b82a0cf244b5608eb14f
parent93d1cedc94358ebf5c2af537a25a242f6c19954c (diff)
reflect filename changes in LLC repo
-rw-r--r--altosdroid/Makefile.am4
1 files 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 \