We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bec91 commit 82fa83cCopy full SHA for 82fa83c
1 file changed
WPF/Updater.cs
@@ -21,9 +21,9 @@ public class Updater
21
private static bool manual;
22
private static string ChangelogText { get; set; }
23
#if DEBUG
24
- private const string url = "https://zentimings.protonrom.com/AutoUpdater_debug.xml";
+ private const string url = "https://zentimings.com/AutoUpdater_debug.xml";
25
#else
26
- private const string url = "https://zentimings.protonrom.com/AutoUpdater.xml";
+ private const string url = "https://zentimings.com/AutoUpdater.xml";
27
#endif
28
protected virtual void OnUpdateCheckCompleteEvent(EventArgs e)
29
{
0 commit comments