Skip to content

Commit

Permalink
Improve wine compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Assistant committed May 30, 2019
1 parent 67d3168 commit 91d3dad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ModAssistant/Classes/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,7 @@ public static string GetManualDir()
string path = dialog.FileName;
path = path.Replace("\\select.this.directory", "");
path = path.Replace(".this.directory", "");
if (!System.IO.Directory.Exists(path))
{
System.IO.Directory.CreateDirectory(path);
}
path = path.Replace("\\select.directory", "");
if (File.Exists(Path.Combine(path, "Beat Saber.exe")))
{
string store;
Expand Down

0 comments on commit 91d3dad

Please sign in to comment.