Skip to content

Commit

Permalink
Fix C:\ Game detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Sep 22, 2020
1 parent b3fc9b1 commit 7bae287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Includes/_GetSteam.au3
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Func _GetSteamLibraries($hPath = "None")
EndIf
EndIf

$aLibraries[1] = StringReplace($hSteamDir, "\libraryfolders.vdf", "")
$aLibraries[1] = StringReplace($hSteamDir, "steamapps\libraryfolders.vdf", "")

If FileExists($hSteamDir) Then
$hLibraryFile = FileOpen($hSteamDir)
Expand Down

0 comments on commit 7bae287

Please sign in to comment.