mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Remove tasks.convert_images
Upgrade Renkit version
This commit is contained in:
parent
ae7454506e
commit
1f747f5101
2 changed files with 1 additions and 13 deletions
|
@ -80,4 +80,4 @@ matrix:
|
||||||
RenpyVersion:
|
RenpyVersion:
|
||||||
- "8.2.3"
|
- "8.2.3"
|
||||||
RenkitVersion:
|
RenkitVersion:
|
||||||
- "4.3.0"
|
- "4.4.0"
|
||||||
|
|
|
@ -11,18 +11,6 @@
|
||||||
keystore_apk = "<base64-encoded keystore file>" # the base-64 encoded binary keystore file for the APK bundles
|
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
|
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'
|
[build] # required, at least one item must be 'true'
|
||||||
#pc = true # windows + linux
|
#pc = true # windows + linux
|
||||||
win = true # windows
|
win = true # windows
|
||||||
|
|
Loading…
Reference in a new issue