From 32894af0afac173d09e0b9d792c34b9e78704367 Mon Sep 17 00:00:00 2001 From: Iggy Date: Sun, 25 Aug 2024 21:43:52 -0300 Subject: [PATCH] Last try --- .woodpecker.yml | 9 +++++++-- renconstruct.toml | 21 ++++++++++++--------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 624a7a3..f9231e4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,9 @@ +clone: + git: + image: woodpeckerci/plugin-git + settings: + depth: 1 + steps: changelog: image: debian @@ -20,7 +26,6 @@ steps: commands: - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_SHA}/g" game/options.rpy #if no tag, make it the commit num - sed -i -e "s/INTERNAL-BUILD/${CI_COMMIT_TAG}/g" android.json - when: - event: cron @@ -80,4 +85,4 @@ matrix: RenpyVersion: - "8.2.3" RenkitVersion: - - "4.4.0" + - "4.3.0" diff --git a/renconstruct.toml b/renconstruct.toml index 1c4288b..c0d5cfe 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -1,3 +1,8 @@ +[tasks.patch] + type = "custom" + enabled = true + ver = "8.2.3" + [tasks.notarize] # required if matching task is enabled type = "notarize" enabled = false @@ -32,21 +37,19 @@ paths."game/images" = { } # all parameters are optional [build] # required, at least one item must be 'true' - pc = true # Windows + Linux + # pc = true # Windows + Linux win = true # Windows linux = true # Linux - mac = false # macOS - web = false # Web - steam = false # Steam - market = false # Multiple Markets (i.e. Itch.io) - android_apk = false # Android Universal APK - android_aab = false # Android Play Store Bundle + mac = true # macOS + # web = false # Web + # steam = false # Steam + # market = false # Multiple Markets (i.e. Itch.io) + android_apk = true # Android Universal APK + # android_aab = false # Android Play Store Bundle [options] - task_dir = "tasks" # optional path to a directory containing custom tasks clear_output_dir = false # whether to clear the output directory on startup [renutil] version = "8.2.3" # the Ren'Py version to use (required) registry = "cache" # the directory to store installation files in - update_pickle = true # causes renutil to update the Pickle version from 2 to 5 for speed improvements at the cost of incompatiblity with Ren'Py 7.x files