Skip to content

Commit 82fa83c

Browse files
committed
correct autoupdater url
1 parent e5bec91 commit 82fa83c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WPF/Updater.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public class Updater
2121
private static bool manual;
2222
private static string ChangelogText { get; set; }
2323
#if DEBUG
24-
private const string url = "https://zentimings.protonrom.com/AutoUpdater_debug.xml";
24+
private const string url = "https://zentimings.com/AutoUpdater_debug.xml";
2525
#else
26-
private const string url = "https://zentimings.protonrom.com/AutoUpdater.xml";
26+
private const string url = "https://zentimings.com/AutoUpdater.xml";
2727
#endif
2828
protected virtual void OnUpdateCheckCompleteEvent(EventArgs e)
2929
{

0 commit comments

Comments
 (0)