forked from distok/cutthecord
ctcci: add apksigner support
This commit is contained in:
parent
446fe76e08
commit
c3e1a54ff9
2 changed files with 15 additions and 4 deletions
|
@ -23,6 +23,9 @@ RESULT_FOLDER = FDROID_FOLDER + "/repo"
|
|||
DO_GITPULL = True
|
||||
REPO_FOLDER = "/home/ave/distokrepos/cutthecord"
|
||||
|
||||
# If false, jarsigner will be used for signing the apk.
|
||||
DO_APKSIGNER = False
|
||||
|
||||
# Keystore file, alias and pass. Required.
|
||||
KEYSTORE_FILE = "/home/ave/oof.keystore"
|
||||
KEYSTORE_ALIAS = "distok"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue