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:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package update
|
||||
|
||||
// MaybeFinishUpdate is Windows-only.
|
||||
func MaybeFinishUpdate(args []string) bool {
|
||||
_ = args
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user