Add Store MSIX packaging and dark/light theme for 2.9.0.

EOF

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-08-01 14:12:30 +03:00
co-authored by Cursor
parent 93017e2076
commit d42202a1cf
17 changed files with 706 additions and 63 deletions
+6
View File
@@ -0,0 +1,6 @@
//go:build !windows
package update
// IsStorePackaged is false outside Windows (no Microsoft Store / MSIX package identity).
func IsStorePackaged() bool { return false }