Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudi20 committed Oct 4, 2019
1 parent 8b2a3ca commit 5af9e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Universal THCRAP Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ public MainForm()

#region Global variables

private const string HOTFIX_SUFFIX = "";
private const string HOTFIX_SUFFIX = "rc1";

private const string CONFIG_FILE = @"..\config\utl_config.json";
private const string FAVORITE_FILE = @"..\config\favorite.json";
private const string GAMES_FILE = @"..\config\games.js";


private readonly Image _custom = new Bitmap(Resources.Custom);
private readonly Image _game = new Bitmap(Resources.Game);

Expand Down
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/Resources/BuildDate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2019. 09. 03. 19:46:17,27
2019. 10. 04. 18:32:36,00
Central Europe Standard Time

0 comments on commit 5af9e5b

Please sign in to comment.