Add comments to android build script

master
Skylar Ittner 8年前
コミット 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

読み込み中…
キャンセル
保存