Files
navi/internal/update/store_other.go
T
2026-08-01 14:12:30 +03:00

7 lines
172 B
Go

//go:build !windows
package update
// IsStorePackaged is false outside Windows (no Microsoft Store / MSIX package identity).
func IsStorePackaged() bool { return false }