mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
fix builds and correct woodpecker to use the proper renpy version.
This commit is contained in:
parent
4a940e62b4
commit
72af697284
2 changed files with 6 additions and 6 deletions
|
@ -73,6 +73,6 @@ steps:
|
|||
|
||||
matrix:
|
||||
RenpyVersion:
|
||||
- "8.1.3"
|
||||
- "8.0.3"
|
||||
RenkitVersion:
|
||||
- "3.3.1"
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
|
||||
[build] # required, at least one item must be 'true'
|
||||
#pc = true # windows + linux
|
||||
#win = true # windows
|
||||
#linux = true # linux
|
||||
#mac = true # macos
|
||||
win = true # windows
|
||||
linux = true # linux
|
||||
mac = true # macos
|
||||
#web = false # web
|
||||
steam = true # steam
|
||||
market = true # multiple markets (i.e. itch.io)
|
||||
#steam = true # steam
|
||||
#market = true # multiple markets (i.e. itch.io)
|
||||
android_apk = true # Android Universal APK
|
||||
#android_aab = false # Android Play Store Bundle
|
||||
|
||||
|
|
Loading…
Reference in a new issue