Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created November 21, 2016 21:14
Show Gist options
  • Save niraj-shah/eb5a62894bb8d22e7a4003f9e462976e to your computer and use it in GitHub Desktop.
Save niraj-shah/eb5a62894bb8d22e7a4003f9e462976e to your computer and use it in GitHub Desktop.
Debug Build Signing for Cordova
# location of keystore
storeFile=/path/to/app.keystore
# Key alias
keyAlias=alias_name
# Store password
storePassword=Password1
# Key password
keyPassword=Password1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment