forked from Cavemanon/SnootGame
Enable tasks.keystore
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
ver = "8.2.3"
|
ver = "8.2.3"
|
||||||
|
|
||||||
[tasks.keystore] # required if matching task is enabled
|
[tasks.keystore] # required if matching task is enabled
|
||||||
enabled = false
|
enabled = true
|
||||||
|
type="keystore"
|
||||||
priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0
|
priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0
|
||||||
on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds
|
on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds
|
||||||
keystore_apk = "<base64-encoded keystore file>" # the base-64 encoded binary keystore file for the APK bundles
|
keystore_apk = "<base64-encoded keystore file>" # the base-64 encoded binary keystore file for the APK bundles
|
||||||
|
Reference in New Issue
Block a user