Magisk/config.prop.sample

22 lines
569 B
Plaintext
Raw Normal View History

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=
2018-05-12 21:04:40 +02:00
outdir=out
# Whether use pretty names for zips, e.g. Magisk-v${version}.zip, Magisk-uninstaller-${date}.zip
# The default output names are magisk-${release/debug/uninstaller}.zip
prettyName=false
# Only used when building with release flag
# These passwords are used along with keyStore to sign APKs and zips
2018-05-27 08:59:08 +02:00
# keyPass is the pwd for the specified keyAlias
keyStore=release-key.jks
2018-05-12 21:04:40 +02:00
keyStorePass=
2018-05-27 08:59:08 +02:00
keyAlias=
2018-05-12 21:04:40 +02:00
keyPass=