fix makefile
This commit is contained in:
parent
e7d929a224
commit
e8f5334901
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -45,6 +45,8 @@ android-prod:
|
|||
cordova/build.sh ANDROID --clear
|
||||
cp ./etc/beep.ogg ./cordova/project/plugins/phonegap-plugin-barcodescanner/src/android/LibraryProject/res/raw/beep.ogg
|
||||
cd cordova/project && cordova build android --release
|
||||
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../copay.keystore -signedjar cordova/project/platforms/android/build/outputs/apk/android-release-signed.apk cordova/project/platforms/android/build/outputs/apk/android-release-unsigned.apk copay_play
|
||||
|
||||
|
||||
android-debug:
|
||||
cordova/build.sh ANDROID --dbgjs --clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue