Files
navi/server
M4andCursor 57d719f02f
ci / test (macos-latest) (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
Release 3.8.2.11: idle rev-cache, port-safe Connect, single-instance tray UX.
Faster unchanged polls; orphan-core cleanup on listen ports; clearer busy-port errors; cores only from binDir; incremental server list; CSP without Google Fonts; single-instance activates existing window; close-to-tray without kill-others or balloon.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-01 17:27:47 +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": "…" }
  }
}