We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2a3ca commit 5af9e5bCopy full SHA for 5af9e5b
Universal THCRAP Launcher/MainForm.cs
@@ -38,13 +38,12 @@ public MainForm()
38
39
#region Global variables
40
41
- private const string HOTFIX_SUFFIX = "";
+ private const string HOTFIX_SUFFIX = "rc1";
42
43
private const string CONFIG_FILE = @"..\config\utl_config.json";
44
private const string FAVORITE_FILE = @"..\config\favorite.json";
45
private const string GAMES_FILE = @"..\config\games.js";
46
47
-
48
private readonly Image _custom = new Bitmap(Resources.Custom);
49
private readonly Image _game = new Bitmap(Resources.Game);
50
Universal THCRAP Launcher/Resources/BuildDate.txt
@@ -1,2 +1,2 @@
1
-2019. 09. 03. 19:46:17,27
+2019. 10. 04. 18:32:36,00
2
Central Europe Standard Time
0 commit comments