mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Get version info from repo instead of webserver
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user