Enable tasks.keystore

This commit is contained in:
Iggy 2024-08-23 21:56:48 -03:00
parent c020847800
commit ae7454506e

View file

@ -4,7 +4,8 @@
ver = "8.2.3"
[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
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