make version of renpy accurate; need help getting android builds working

This commit is contained in:
Michael Yick 2024-03-20 01:03:55 -05:00
parent 01ef8c9941
commit fb20d501a3
2 changed files with 2 additions and 2 deletions

View file

@ -73,6 +73,6 @@ steps:
matrix:
RenpyVersion:
- "8.1.3"
- "8.0.3"
RenkitVersion:
- "3.3.1"

View file

@ -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