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