Initial Navis client with NaiveProxy, profiles, ping and git updates
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Хостинг обновлений 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
|
||||
}
|
||||
```
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": "1.1.2",
|
||||
"notes": "Обновления через git.evilfox.cc",
|
||||
"url": "https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe",
|
||||
"sha256": "b6fd14189e777383da7db4793c44568a9d516774f5d9bc11d63843db30dcac85",
|
||||
"mandatory": false
|
||||
}
|
||||
Reference in New Issue
Block a user