Bunch of text changes + default to apksigner
This commit is contained in:
parent
c3e1a54ff9
commit
50b3f050c4
5 changed files with 8 additions and 5 deletions
|
@ -24,7 +24,7 @@ DO_GITPULL = True
|
|||
REPO_FOLDER = "/home/ave/distokrepos/cutthecord"
|
||||
|
||||
# If false, jarsigner will be used for signing the apk.
|
||||
DO_APKSIGNER = False
|
||||
DO_APKSIGNER = True
|
||||
|
||||
# Keystore file, alias and pass. Required.
|
||||
KEYSTORE_FILE = "/home/ave/oof.keystore"
|
||||
|
|
Reference in a new issue