Skip to content

Commit

Permalink
Get version info from repo instead of webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
n00mkrad committed Sep 14, 2022
1 parent 863b321 commit 3753331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Os/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 3753331

Please sign in to comment.