Magisk/config.prop.sample

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-12-24 13:46:31 +01:00
##########################################################
# All variables in config.prop are optional
# Removing or leaving them blank will keep default values
##########################################################
2018-08-20 06:02:38 +02:00
# The version name and version code of Magisk
2018-05-12 21:04:40 +02:00
version=
versionCode=
2018-08-20 06:02:38 +02:00
# The version name and version code of Magisk Manager
appVersion=
appVersionCode=
2020-12-24 13:46:31 +01:00
# Output path
outdir=
################################################################
# Whether to use pretty names for zips
# e.g. Magisk-v${version}.zip, Magisk-uninstaller-${date}.zip
# Default names are magisk-${release/debug/uninstaller}.zip
################################################################
# The value is either true or false
prettyName=
2018-05-12 21:04:40 +02:00
2020-12-24 13:46:31 +01:00
#####################################################
# Signing configs for signing zips and APKs
# These 4 variables has to be either all set or not
#####################################################
2018-05-12 21:04:40 +02:00
2020-12-24 13:46:31 +01:00
# Path to keystore file
keyStore=
# Keystore password
2018-05-12 21:04:40 +02:00
keyStorePass=
2020-12-24 13:46:31 +01:00
# The desired key alias in the keystore
2018-05-27 08:59:08 +02:00
keyAlias=
2020-12-24 13:46:31 +01:00
# Password of specified key alias
2018-05-12 21:04:40 +02:00
keyPass=