Last try
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2024-08-25 21:43:52 -03:00
parent 9078bb8aa1
commit 32894af0af
2 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
[tasks.patch]
type = "custom"
enabled = true
ver = "8.2.3"
[tasks.notarize] # required if matching task is enabled
type = "notarize"
enabled = false
@@ -32,21 +37,19 @@
paths."game/images" = { } # all parameters are optional
[build] # required, at least one item must be 'true'
pc = true # Windows + Linux
# pc = true # Windows + Linux
win = true # Windows
linux = true # Linux
mac = false # macOS
web = false # Web
steam = false # Steam
market = false # Multiple Markets (i.e. Itch.io)
android_apk = false # Android Universal APK
android_aab = false # Android Play Store Bundle
mac = true # macOS
# web = false # Web
# steam = false # Steam
# market = false # Multiple Markets (i.e. Itch.io)
android_apk = true # Android Universal APK
# android_aab = false # Android Play Store Bundle
[options]
task_dir = "tasks" # optional path to a directory containing custom tasks
clear_output_dir = false # whether to clear the output directory on startup
[renutil]
version = "8.2.3" # the Ren'Py version to use (required)
registry = "cache" # the directory to store installation files in
update_pickle = true # causes renutil to update the Pickle version from 2 to 5 for speed improvements at the cost of incompatiblity with Ren'Py 7.x files