-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
29 lines (23 loc) · 1004 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[config]
# The base directory where all the dependencies / executables are installed to.
BaseDir = C://path/to/base/dir
# Location where the decompiled Bluecord APK resides.
# If this folder doesn't exist, the tool will create it
# and will setup the Bluecord apk here.
BaseDecompiledApk = C://path/to/bluecord/decompiled/
[gradle]
# The location of the Bluecord GitHub project. Git clone from https://github.com/bluemods/Bluecord
ProjectHome = C://path/to/bluecord/repo
# The Gradle Java Home to use when building the Bluecord source. This is optional
JavaHome = C://Program Files/Android/Android Studio/jbr
# For signing the APK, there are two signing methods,
# Key and Password.
# Uncomment one of the [sign] blocks depending on which one you need to use.
# [sign]
# SigningType = Key
# Key = C://path_to_signing_key.pk8
# Cert = C://path_to_signing_cert.pem
# [sign]
# SigningType = Password
# KeyStoreFile = C://path_to_keystore.jks
# KeyStorePasswordFile = C://path_to_keystore_password.txt