From 8dedc04fe8695de29944187314511d2dc1a895ee Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Wed, 5 Sep 2018 10:03:00 +1200 Subject: [PATCH] Edited obsolete comment. --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 887f77c41..22275d26b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -73,8 +73,7 @@ module.exports = function(grunt) { }, sign_android: { // When the build log outputs "Built the following apk(s):", it seems to need the filename to start with "android-release". - // It looks like it simply lists all apk files starting with "android-release" so I have added that prefix to the final apk - // so that its filename shows up in the log output. + // It looks like it simply lists all apk files starting with "android-release" command: 'rm -f platforms/android/build/outputs/apk/android-release-signed-*.apk; jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../bitcoin-com-release-key.jks -signedjar platforms/android/build/outputs/apk/android-release-signed.apk platforms/android/build/outputs/apk/android-release-unsigned.apk bitcoin-com && zipalign -v 4 platforms/android/build/outputs/apk/android-release-signed.apk platforms/android/build/outputs/apk/bitcoin-com-wallet-<%= pkg.fullVersion %>-android-signed-aligned.apk', stdin: true, }