From 80bdae1d0873020b81e2dcafd6754803b116e0d1 Mon Sep 17 00:00:00 2001 From: Iggy Date: Fri, 23 Aug 2024 19:32:41 -0300 Subject: [PATCH] Add tasks.patch --- renconstruct.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renconstruct.toml b/renconstruct.toml index 6fb084f..ea8af0e 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -1,3 +1,8 @@ +[tasks.patch] + type = "custom" + enabled = true + ver = "8.2.3" + [tasks.clean] enabled = false priorities = { post_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0