Release 1.7.0: reduce AV false positives (no bat updater, no silent core download, app manifest).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-28 09:09:56 +03:00
co-authored by Cursor
parent 740517dbfb
commit 29643e2157
22 changed files with 212 additions and 87 deletions
+9
View File
@@ -0,0 +1,9 @@
//go:build !windows
package update
// MaybeFinishUpdate is Windows-only.
func MaybeFinishUpdate(args []string) bool {
_ = args
return false
}