Add comments to android build script

master
Skylar Ittner před 8 roky
rodič 89824803a1
revize 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
cd platforms/android/build/outputs/apk
cp android-release-unsigned.apk android-release-signed.apk

Načítá se…
Zrušit
Uložit