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