From 72af6972844d754898ae1dbd9d87e79f795a3a4a Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 22 Mar 2024 03:17:12 -0500 Subject: [PATCH] fix builds and correct woodpecker to use the proper renpy version. --- .woodpecker.yml | 2 +- renconstruct.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 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 c967782..eefa3e7 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -34,12 +34,12 @@ [build] # required, at least one item must be 'true' #pc = true # windows + linux - #win = true # windows - #linux = true # linux - #mac = true # macos + win = true # windows + linux = true # linux + mac = true # macos #web = false # web - steam = true # steam - market = true # multiple markets (i.e. itch.io) + #steam = true # steam + #market = true # multiple markets (i.e. itch.io) android_apk = true # Android Universal APK #android_aab = false # Android Play Store Bundle