From 3753331989726480f5d7c08ff745d1ff4f7f80a3 Mon Sep 17 00:00:00 2001 From: n00mkrad Date: Wed, 14 Sep 2022 10:25:26 +0200 Subject: [PATCH] Get version info from repo instead of webserver --- Code/Os/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Os/Updater.cs b/Code/Os/Updater.cs index 66111148..e2ab7712 100644 --- a/Code/Os/Updater.cs +++ b/Code/Os/Updater.cs @@ -13,7 +13,7 @@ namespace Flowframes.Os class Updater { 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() {