Files
navi/internal/config/paths_default.go
T
M4andCursor 53eb845d04 Release 2.7.1: fix macOS DMG launch, cores path and naive download.
Use UDZO DMG via hdiutil, store cores under Application Support, and match new naiveproxy mac asset names.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 16:31:37 +03:00

8 lines
97 B
Go

//go:build !darwin
package config
func platformNavisDir() (string, bool) {
return "", false
}