Add comments to android build script
This commit is contained in:
parent
89824803a1
commit
6eb7bf2140
@ -1,3 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# This script builds the app. If you want to use it, you'll have to
|
||||||
|
# modify it to point to your android keystore and alias.
|
||||||
cordova build --release android
|
cordova build --release android
|
||||||
cd platforms/android/build/outputs/apk
|
cd platforms/android/build/outputs/apk
|
||||||
cp android-release-unsigned.apk android-release-signed.apk
|
cp android-release-unsigned.apk android-release-signed.apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user