Files
M4andCursor d1570b23d3 Release 3.8.2.3: cheaper poll I/O, batched macOS sysproxy, no Connect Clone.
Trust corebin cache without Stat; batch networksetup; ActiveProxyURI instead of Config.Clone.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 03:02:19 +03:00
..

Хостинг обновлений Navis

Обновления отдаются из git-репозитория:

  • Manifest: https://git.evilfox.cc/test2/navi/raw/branch/main/dist/update.json
  • Windows: …/dist/navis-release/Navis.exe
  • macOS arm64: …/dist/navis-release/darwin-arm64/Navis
  • macOS amd64: …/dist/navis-release/darwin-amd64/Navis
  • macOS universal (рекомендуется): …/dist/navis-release/darwin-universal/Navis.dmg

Пример dist/update.json (multi-platform + legacy url для старых клиентов):

{
  "version": "1.4.0",
  "notes": "Что нового",
  "url": "https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe",
  "sha256": "hex-windows",
  "platforms": {
    "windows-amd64": { "url": "…/Navis.exe", "sha256": "…" },
    "darwin-arm64":  { "url": "…/darwin-arm64/Navis", "sha256": "…" },
    "darwin-amd64":  { "url": "…/darwin-amd64/Navis", "sha256": "…" }
  }
}