Skip to content

Commit

Permalink
Steam -> steam
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossimos committed May 30, 2022
1 parent 934131d commit 6d07859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void SetBootAutoStart(bool isAutoStart, string name)
public string? GetSteamDirPath()
{
return string.Format(
"{1}{0}.steam{0}Steam",
"{1}{0}.steam{0}steam",
Path.DirectorySeparatorChar,
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments));
}
Expand Down

0 comments on commit 6d07859

Please sign in to comment.