Skip to content

Commit

Permalink
Merge pull request #158 from Eddieddg1/master
Browse files Browse the repository at this point in the history
Update AWinePrefix.cs
  • Loading branch information
erri120 authored Oct 30, 2024
2 parents 982d595 + 966bd71 commit 4c1be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameFinder.Wine/AWinePrefix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public IFileSystem CreateOverlayFileSystem(IFileSystem fileSystem)
var rootDirectory = GetVirtualDrivePath();

var newHomeDirectory = rootDirectory
.Combine("Users")
.Combine("users")
.Combine(GetUserName());

var (pathMappings, knownPathMappings) = BaseFileSystem.CreateWinePathMappings(
Expand Down

0 comments on commit 4c1be60

Please sign in to comment.