Fix Windows auto-update to replace Navis.exe in place (1.8.1).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-29 06:58:10 +03:00
co-authored by Cursor
parent 672979be4c
commit fce99cc393
12 changed files with 135 additions and 46 deletions
+3
View File
@@ -13,3 +13,6 @@ func Apply(ctx context.Context, manifestURL string) (string, error) {
_ = manifestURL
return "", fmt.Errorf("автообновление пока только для Windows и macOS")
}
// CleanupStaleDownloads is a no-op on unsupported platforms.
func CleanupStaleDownloads() {}