From 6eb7bf21401f55e259f5e34e426511dc7740458d Mon Sep 17 00:00:00 2001 From: Skylar Date: Thu, 19 May 2016 01:30:36 -0600 Subject: [PATCH] Add comments to android build script --- build-android.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-android.sh b/build-android.sh index 2edf83b..2499d1f 100755 --- a/build-android.sh +++ b/build-android.sh @@ -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