build: publish desktop installer via Gitea releases
Some checks failed
Build and tests / test (push) Has been cancelled

This commit is contained in:
237899745
2026-07-27 15:20:09 +08:00
parent f760aa0ae9
commit a736d70d57
12 changed files with 405 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
# Desktop release cache
Desktop installers are Gitea Release assets and are not stored in Git.
Run the following command from `frontend/` to download and verify the release
declared in `desktop-release.json`:
```bash
node scripts/sync-desktop-release.js
```
The installer is written to this directory and served from `/downloads/`.