1
0
Fork 0

Add comments to android build script

master
Skylar Ittner vor 8 Jahren
Ursprung 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
cd platforms/android/build/outputs/apk
cp android-release-unsigned.apk android-release-signed.apk

Laden…
Abbrechen
Speichern