From fb20d501a3f39eba5339ce86722c00a8d0a18645 Mon Sep 17 00:00:00 2001 From: Michael Yick Date: Wed, 20 Mar 2024 01:03:55 -0500 Subject: [PATCH] make version of renpy accurate; need help getting android builds working --- .woodpecker.yml | 2 +- renconstruct.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 700c118..8b9fb91 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -73,6 +73,6 @@ steps: matrix: RenpyVersion: - - "8.1.3" + - "8.0.3" RenkitVersion: - "3.3.1" diff --git a/renconstruct.toml b/renconstruct.toml index f9d8fc1..3a59275 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -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