Skip to content

Commit

Permalink
fix #289
Browse files Browse the repository at this point in the history
  • Loading branch information
mgth committed Dec 19, 2023
1 parent ee1ad96 commit 9d44b86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ private void CreateExcludedFile()
text = text.Replace("\\Riot games\\", "\\Riot Games\\");
File.WriteAllText(file, text);
}
// SteamLibrary -> steamapps is better for steam games TODO : remove in a version or two
if(text.Contains("\\SteamLibrary\\"))
{
text = text.Replace("\\SteamLibrary\\", "\\steamapps\\");
Expand Down

0 comments on commit 9d44b86

Please sign in to comment.