Skip to content

Commit

Permalink
Release 1.2.20210527.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuIlDaLiBlE committed May 27, 2021
1 parent c2f85da commit 365d4e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum HI3Mirror

public partial class MainWindow : Window
{
public static readonly Version LocalLauncherVersion = new Version("1.2.20210527.0");
public static readonly Version LocalLauncherVersion = new Version("1.2.20210527.1");
public static readonly string RootPath = Directory.GetCurrentDirectory();
public static readonly string LocalLowPath = $"{Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)}Low";
public static readonly string LauncherDataPath = Path.Combine(LocalLowPath, @"Bp\Better HI3 Launcher");
Expand Down Expand Up @@ -3985,7 +3985,6 @@ private string CheckForExistingGameDirectory(string path)
if(string.IsNullOrEmpty(variant))
continue;

Log($"checking {Path.Combine(variant, GameExeName)}");
if(File.Exists(Path.Combine(variant, GameExeName)))
{
return variant;
Expand Down

0 comments on commit 365d4e6

Please sign in to comment.