Files
vue-driven-cloud-storage/frontend/downloads/README.md
237899745 a736d70d57
Some checks failed
Build and tests / test (push) Has been cancelled
build: publish desktop installer via Gitea releases
2026-07-27 15:20:09 +08:00

13 lines
336 B
Markdown

# 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/`.