chore: 更新版本号至 1.0.4-beta.1,并为 host-spawn 添加可执行权限

This commit is contained in:
Elysia
2026-01-31 21:35:04 +08:00
parent 850b8dcd1f
commit 95d358fb6e
3 changed files with 3 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ jobs:
elif [ "${{ matrix.architecture }}" == "arm64" ]; then
curl -fsSL -o ./extras/host-spawn https://github.com/1player/host-spawn/releases/latest/download/host-spawn-aarch64
fi
chmod +x ./extras/host-spawn
- name: Build Release Files
shell: bash