19 lines
509 B
Markdown
19 lines
509 B
Markdown
# Хостинг обновлений Navis
|
|
|
|
Обновления отдаются из git-репозитория:
|
|
|
|
- `https://git.evilfox.cc/test2/navi/raw/branch/main/dist/update.json`
|
|
- `https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe`
|
|
|
|
Пример `dist/update.json`:
|
|
|
|
```json
|
|
{
|
|
"version": "1.1.2",
|
|
"notes": "Что нового",
|
|
"url": "https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe",
|
|
"sha256": "hex",
|
|
"mandatory": false
|
|
}
|
|
```
|