From a04c4e6912be7982d1a3ee70760b6b6315ca53fe Mon Sep 17 00:00:00 2001 From: Iggy Date: Fri, 23 Aug 2024 21:34:24 -0300 Subject: [PATCH] Remove tasks.clean --- renconstruct.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/renconstruct.toml b/renconstruct.toml index ea8af0e..cf8da5f 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -3,11 +3,6 @@ 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 - on_builds = ["pc", "win", "linux", "mac", "web", "steam", "market", "android_apk", "android_aab"] # builds this task should run for, defaults to all available builds - [tasks.notarize] # required if matching task is enabled enabled = false priorities = { post_build = 10 } # the priority that determines the orders tasks will run in, defaults to 10