mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +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:
|
matrix:
|
||||||
RenpyVersion:
|
RenpyVersion:
|
||||||
- "8.1.3"
|
- "8.0.3"
|
||||||
RenkitVersion:
|
RenkitVersion:
|
||||||
- "3.3.1"
|
- "3.3.1"
|
||||||
|
|
|
@ -34,12 +34,12 @@
|
||||||
|
|
||||||
[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
|
||||||
#linux = true # linux
|
linux = true # linux
|
||||||
#mac = true # macos
|
mac = true # macos
|
||||||
#web = false # web
|
#web = false # web
|
||||||
steam = true # steam
|
#steam = true # steam
|
||||||
market = true # multiple markets (i.e. itch.io)
|
#market = true # multiple markets (i.e. itch.io)
|
||||||
android_apk = true # Android Universal APK
|
android_apk = true # Android Universal APK
|
||||||
#android_aab = false # Android Play Store Bundle
|
#android_aab = false # Android Play Store Bundle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue