new updater url

This commit is contained in:
Manuel Kamper 2020-04-27 18:55:09 +02:00
parent 144172a752
commit 0bf2e3067d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace Mk0.Software.MD5Generator
private void Main_Load(object sender, EventArgs e)
{
AutoUpdater.ShowSkipButton = false;
AutoUpdater.Start("https://software.mk0.at/update/md5generator.xml");
AutoUpdater.Start("https://www.kmpr.at/update/md5generator.xml");
}
}
}