fix: point Windows updater to version-windows.json files

This commit is contained in:
SuperDooper
2026-05-08 12:16:01 +02:00
parent e89df508bd
commit c97943bfa0
+2 -2
View File
@@ -14,8 +14,8 @@ namespace ClaudeCheckerWindows;
public class UpdateManager : INotifyPropertyChanged public class UpdateManager : INotifyPropertyChanged
{ {
private const string StableUrl = "https://raw.githubusercontent.com/superdooper86/claudechecker/refs/heads/main/version.json"; private const string StableUrl = "https://raw.githubusercontent.com/superdooper86/claudechecker/refs/heads/main/version-windows.json";
private const string BetaUrl = "https://raw.githubusercontent.com/superdooper86/claudechecker/refs/heads/main/version-beta.json"; private const string BetaUrl = "https://raw.githubusercontent.com/superdooper86/claudechecker/refs/heads/main/version-windows-beta.json";
private bool _updateAvailable; private bool _updateAvailable;
private string _latestVersion = ""; private string _latestVersion = "";