Release 2.7.0: macOS GUI app with the same UI as Windows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-29 16:00:55 +03:00
co-authored by Cursor
parent 6255a0d39b
commit 2d4a797eb1
28 changed files with 703 additions and 59 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build !windows
package update
// MaybeFinishUpdate is Windows-only (pending exe swap). No-op elsewhere.
func MaybeFinishUpdate(args []string) bool {
return false
}