mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-14 18:44:09 +08:00
- 新增无头运行时及连接、查询、导出、批处理、审计和 MCP 命令 - 复用活动数据根、密文存储与跨进程锁,落实写入安全和取消语义 - 增加六平台 CLI 归档、独立校验和、Docker、npm 与 WinGet 分发 - 隔离 GUI/CLI 更新资产并强化 macOS 签名与公证门禁 - 补充并发、审计、事务及发布契约回归测试 Refs #902
GoNavi CLI WinGet manifest
The standalone CLI uses the separate package identifier
Syngnat.GoNavi.CLI; the existing desktop GoNavi package is not changed.
Generate the manifest only from a stable release's independent checksum file:
python3 tools/generate-winget-cli-manifest.py \
--version 0.9.3 \
--checksums cli-assets/gonavi-cli_0.9.3_checksums.txt \
--output Syngnat.GoNavi.CLI.yaml
The generator requires exactly the six CLI archive entries and copies only the Windows x64/arm64 hashes into the manifest. Submit the generated file to the WinGet community repository after the corresponding immutable release assets are available; do not hand-edit installer URLs or SHA256 values.