Remove tasks.convert_images

Upgrade Renkit version
This commit is contained in:
Iggy 2024-08-24 10:54:38 -03:00
parent ae7454506e
commit 1f747f5101
2 changed files with 1 additions and 13 deletions

View file

@ -80,4 +80,4 @@ matrix:
RenpyVersion:
- "8.2.3"
RenkitVersion:
- "4.3.0"
- "4.4.0"

View file

@ -11,18 +11,6 @@
keystore_apk = "<base64-encoded keystore file>" # the base-64 encoded binary keystore file for the APK bundles
keystore_aab = "<base64-encoded keystore file>" # the base-64 encoded binary keystore file for the AAB bundles
[tasks.convert_images]
enabled = false
format = "webp" # webp or avif
priorities = { pre_build = 10 } # the priority that determines the orders tasks will run in, defaults to 10
on_builds = ["pc", "win", "linux", "mac", "web", "steam", "market", "android_apk", "android_aab"] # builds this task should run for, defaults to all available builds
# extensions: a list of file extensions to convert
# recursive: scans directories recursively if enabled, otherwise only scans the immediate directory
# lossless: converts to lossless WebP if enabled, otherwise converts to lossy WebP
"game/images/cg" = { extensions = ["png", "jpg"], recursive = true, lossless = true } # default values
"game/images/bg" = { lossless = false }
"game/images" = { } # all parameters are optional
[build] # required, at least one item must be 'true'
#pc = true # windows + linux
win = true # windows