Use UDZO DMG via hdiutil, store cores under Application Support, and match new naiveproxy mac asset names. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
97 B
Go
8 lines
97 B
Go
//go:build !darwin
|
|
|
|
package config
|
|
|
|
func platformNavisDir() (string, bool) {
|
|
return "", false
|
|
}
|