Add comments to android build script

This commit is contained in:
Skylar Ittner 2016-05-19 01:30:36 -06:00
parent 89824803a1
commit 6eb7bf2140

View File

@ -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