Prepare private v0.20.2-alpha test build

This commit is contained in:
Alexander Sellite 2026-08-31 06:06:09 -04:00
parent 3be79fa3fc
commit 014c064fae
5 changed files with 24 additions and 24 deletions

View file

@ -4,14 +4,14 @@ set -euo pipefail
readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
readonly PROJECT_ROOT="$(cd -- "${SCRIPT_DIR}/.." && pwd)"
readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.20.1-alpha"
readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.20.2-alpha"
readonly WINDOWS_DIR="${BUILD_ROOT}/windows-x86_64"
readonly LINUX_DIR="${BUILD_ROOT}/linux-x86_64"
readonly README_SOURCE="${PROJECT_ROOT}/docs/README-PLAYTEST.txt"
readonly SOURCE_COMMIT="$(git -C "${PROJECT_ROOT}" rev-parse HEAD)"
readonly SOURCE_URL="https://forge.makearmy.io/woofmeow/straywild"
readonly WINDOWS_ZIP="${BUILD_ROOT}/straywild-v0.20.1-alpha-windows-x86_64.zip"
readonly LINUX_ZIP="${BUILD_ROOT}/straywild-v0.20.1-alpha-linux-x86_64.zip"
readonly WINDOWS_ZIP="${BUILD_ROOT}/straywild-v0.20.2-alpha-windows-x86_64.zip"
readonly LINUX_ZIP="${BUILD_ROOT}/straywild-v0.20.2-alpha-linux-x86_64.zip"
readonly GODOT_BIN="${GODOT_BIN:-godot}"
if [[ ! -f "${PROJECT_ROOT}/project.godot" ]]; then
@ -77,8 +77,8 @@ straywild code is licensed under GPL-3.0-or-later.
Source repository: ${SOURCE_URL}
Source revision at build time: ${SOURCE_COMMIT}
This private patron test release is distributed with an exact corresponding
source archive named straywild-v0.20.1-alpha-source.tar.gz.
This private testing release is distributed with an exact corresponding
source archive named straywild-v0.20.2-alpha-source.tar.gz.
If this package includes uncommitted development changes, it must not be
publicly redistributed until the exact corresponding source is also made