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

@ -1,8 +1,8 @@
straywild
v0.20.1-alpha
Alpha 0.20.1
v0.20.2-alpha
Alpha 0.20.2
Thank you for supporting this private patron test release.
Thank you for supporting this private testing release.
straywild is an early multiplayer fishing game. This alpha includes local
progression, player-hosted and dedicated multiplayer sessions, public room

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.20.1-alpha/windows-x86_64/straywild.exe"
export_path="builds/v0.20.2-alpha/windows-x86_64/straywild.exe"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -35,11 +35,11 @@ application/modify_resources=true
application/icon="res://art/exported/system_icons/straywild.ico"
application/console_wrapper_icon=""
application/icon_interpolation=0
application/file_version="0.20.1.0"
application/product_version="0.20.1.0"
application/file_version="0.20.2.0"
application/product_version="0.20.2.0"
application/company_name="Woofmeow"
application/product_name="straywild"
application/file_description="straywild v0.20.1-alpha"
application/file_description="straywild v0.20.2-alpha"
application/copyright="Copyright © 2026 Woofmeow"
application/trademarks="straywild and Woofmeow branding is reserved; see TRADEMARKS.md"
application/export_angle=0
@ -62,7 +62,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.20.1-alpha/linux-arm64/straywild.arm64"
export_path="builds/v0.20.2-alpha/linux-arm64/straywild.arm64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -92,7 +92,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.20.1-alpha/macos/straywild.zip"
export_path="builds/v0.20.2-alpha/macos/straywild.zip"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -108,8 +108,8 @@ custom_template/release=""
application/bundle_identifier="io.woofmeow.netfishing"
application/icon="res://art/exported/system_icons/straywild_1024.png"
application/icon_interpolation=0
application/short_version="0.20.1"
application/version="0.20.1"
application/short_version="0.20.2"
application/version="0.20.2"
application/architecture="universal"
codesign/enable=false
notarization/enable=false
@ -125,7 +125,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*,tests/*"
export_path="builds/v0.20.1-alpha/server-linux-x86_64/straywildServer.x86_64"
export_path="builds/v0.20.2-alpha/server-linux-x86_64/straywildServer.x86_64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -155,7 +155,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.20.1-alpha/android/straywild.apk"
export_path="builds/v0.20.2-alpha/android/straywild.apk"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -176,8 +176,8 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=200100
version/name="v0.20.1-alpha"
version/code=200200
version/name="v0.20.2-alpha"
package/unique_name="io.woofmeow.netfishing"
package/name="straywild"
package/signed=true
@ -214,7 +214,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.20.1-alpha/linux-x86_64/straywild.x86_64"
export_path="builds/v0.20.2-alpha/linux-x86_64/straywild.x86_64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""

View file

@ -11,7 +11,7 @@ config_version=5
[application]
config/name="straywild"
config/version="0.20.1-alpha"
config/version="0.20.2-alpha"
run/main_scene="res://main/main.tscn"
config/features=PackedStringArray("4.7", "GL Compatibility")
config/icon="res://art/exported/system_icons/straywild_256.png"
@ -260,7 +260,7 @@ alternate_fishing={
[network]
discovery/base_url="https://discovery.straywild.io"
discovery/base_url="https://discovery.straywild.io/patron-test"
[physics]

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

View file

@ -213,7 +213,7 @@ unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.682, 0.733, 0.761, 1)
theme_override_font_sizes/font_size = 22
text = "v0.20.1-alpha"
text = "v0.20.2-alpha"
horizontal_alignment = 1
[node name="Spacer" type="Control" parent="ResponsiveTitleStage/TitlePresentationScaleRoot/Center/MainContent"]