From 6f0dd27c1d62748dd51064482a7a795a35bddafa Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Mon, 26 Jan 2026 04:59:41 +0800 Subject: [PATCH 1/2] Update README.md header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9db7f..8ace905 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-

🎮 Hytale F2P Launcher | Cross-Platform Multiplayer Support 🖥

+

🎮 Hytale F2P Launcher | Cross-Platform Multiplayer 🖥️

Available for Windows 🪟, macOS 🍎, and Linux 🐧

An unofficial cross-platform launcher for Hytale with automatic updates and multiplayer support (all OS supported)

From ceadd69eea871fc565f7f3ed4f5858417ebbff6a Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Mon, 26 Jan 2026 05:03:31 +0800 Subject: [PATCH 2/2] Update release.yml: changed heads ref --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65bbe02..04eabb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest if: | startsWith(github.ref, 'refs/tags/v') || - github.ref == 'refs/heads/release' || + github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' permissions: