Magisk/config.prop.sample

25 lines
729 B
Plaintext
Raw Normal View History

2020-12-24 04:46:31 -08:00
##########################################################
# All variables in config.prop are optional
# Removing or leaving them blank will keep default values
##########################################################
2020-12-25 05:34:15 -08:00
# The version name of Magisk. Default: git HEAD short SHA1
version=string
2018-05-13 03:04:40 +08:00
2020-12-25 05:34:15 -08:00
# Output path. Default: out
outdir=string
2020-12-24 04:46:31 -08:00
#####################################################
# Signing configs for signing zips and APKs
# These 4 variables has to be either all set or not
#####################################################
2018-05-13 03:04:40 +08:00
2020-12-24 04:46:31 -08:00
# Path to keystore file
2020-12-25 05:34:15 -08:00
keyStore=string
2020-12-24 04:46:31 -08:00
# Keystore password
2020-12-25 05:34:15 -08:00
keyStorePass=string
2020-12-24 04:46:31 -08:00
# The desired key alias in the keystore
2020-12-25 05:34:15 -08:00
keyAlias=string
2020-12-24 04:46:31 -08:00
# Password of specified key alias
2020-12-25 05:34:15 -08:00
keyPass=string