From ae7454506e96831b40210a736db7cb298961e207 Mon Sep 17 00:00:00 2001 From: Iggy Date: Fri, 23 Aug 2024 21:56:48 -0300 Subject: [PATCH] Enable tasks.keystore --- renconstruct.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renconstruct.toml b/renconstruct.toml index d944cdb..abb6886 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -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 = "" # the base-64 encoded binary keystore file for the APK bundles