mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 04:25:27 +00:00
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
|
# The version string and version code of Magisk
|
||
|
version=
|
||
|
versionCode=
|
||
|
|
||
|
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
|
||
|
|
||
|
# These pwds are passed to apksigner for release-key.jks. Necessary when building release apks
|
||
|
keyStorePass=
|
||
|
keyPass=
|