chore(build): complete unsigned macOS packaging

This commit is contained in:
QILIN YOU
2026-05-02 22:53:06 +08:00
parent a722d897b4
commit 039cccd390
10 changed files with 243 additions and 331 deletions
+8 -1
View File
@@ -12,6 +12,13 @@ Linux (new):
- `bin/linux-arm64/xray`
- `bin/linux-arm64/sing-box`
macOS (unsigned internal builds):
- `bin/darwin-amd64/xray`
- `bin/darwin-amd64/sing-box`
- `bin/darwin-arm64/xray`
- `bin/darwin-arm64/sing-box`
Runtime hashes are pinned in `publish/runtime-manifest.json`.
Pinned upstream archive sources are tracked in `publish/runtime-sources.json`.
Use `python3 tools/runtime/sync-runtime.py` to refresh Linux runtimes safely.
Use `python3 tools/runtime/sync-runtime.py --target <target>` to refresh runtime files safely.