mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Remove tasks.clean
This commit is contained in:
parent
b048e9c32a
commit
a04c4e6912
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue