13 lines
336 B
Markdown
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/`.
|