mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
make version of renpy accurate; need help getting android builds working
This commit is contained in:
parent
01ef8c9941
commit
fb20d501a3
2 changed files with 2 additions and 2 deletions
|
@ -73,6 +73,6 @@ steps:
|
|||
|
||||
matrix:
|
||||
RenpyVersion:
|
||||
- "8.1.3"
|
||||
- "8.0.3"
|
||||
RenkitVersion:
|
||||
- "3.3.1"
|
||||
|
|
|
@ -47,5 +47,5 @@
|
|||
clear_output_dir = false # whether to clear the output directory on startup
|
||||
|
||||
[renutil]
|
||||
version = "8.1.3" # the Ren'Py version to use (required)
|
||||
version = "8.0.3" # the Ren'Py version to use (required)
|
||||
registry = "/tmp/cache" # the directory to store installation files in
|
||||
|
|
Loading…
Reference in a new issue