Remove tasks.clean

This commit is contained in:
Iggy 2024-08-23 21:34:24 -03:00
parent b048e9c32a
commit a04c4e6912

View file

@ -3,11 +3,6 @@
enabled = true enabled = true
ver = "8.2.3" 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 [tasks.notarize] # required if matching task is enabled
enabled = false enabled = false
priorities = { post_build = 10 } # the priority that determines the orders tasks will run in, defaults to 10 priorities = { post_build = 10 } # the priority that determines the orders tasks will run in, defaults to 10