Get version info from repo instead of webserver

This commit is contained in:
n00mkrad
2022-09-14 10:25:26 +02:00
parent 863b3219b5
commit 3753331989

View File

@@ -13,7 +13,7 @@ namespace Flowframes.Os
class Updater class Updater
{ {
public enum VersionCompareResult { Older, Newer, Equal }; public enum VersionCompareResult { Older, Newer, Equal };
public static string latestVerUrl = "https://dl.nmkd.de/flowframes/exe/ver.ini"; public static string latestVerUrl = "https://raw.githubusercontent.com/n00mkrad/flowframes/main/ver.txt";
public static string GetInstalledVerStr() public static string GetInstalledVerStr()
{ {