Skip to content

Instantly share code, notes, and snippets.

@aaccurso
Last active April 21, 2017 05:27
Show Gist options
  • Save aaccurso/388b83956e83c2ac675988e346f71f01 to your computer and use it in GitHub Desktop.
Save aaccurso/388b83956e83c2ac675988e346f71f01 to your computer and use it in GitHub Desktop.
# Install dependencies
npm install
bower install
# Bootstrap all source files with Browserify
grunt cordovaPrepare
# Create Ant release signing properties
echo "storeFile=$KEYSTORE
storePassword=$STOREPASS
keyAlias=$ALIASNAME
keyPassword=$KEYPASS" > platforms/android/release-signing.properties
# Build for release
cordova build --release android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment