Skip to content

Commit

Permalink
Updated URL to update check XML file
Browse files Browse the repository at this point in the history
  • Loading branch information
NiyaShy authored and NiyaShy committed Jan 21, 2018
1 parent 6d215b8 commit 41e26d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public SystemTrayView()
}
RegistryKey autoStartKey = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);
private string appID = "XB1ControllerBatteryIndicator";
string xmlUrl = "http://dummy.to.be.replaced/current_version.xml";
string xmlUrl = "http://xb1cbi.kienai.de/current_version.xml";

//create autostart registry key
private void StartWithWindows()
Expand Down

0 comments on commit 41e26d6

Please sign in to comment.