Skip to content

Commit

Permalink
Add BloodyPenguin's local path to the steam library (as it's separate…
Browse files Browse the repository at this point in the history
… from the steam itself)
  • Loading branch information
bloodypenguin committed Apr 17, 2021
1 parent 3c1666e commit 2b50098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Debugger/ModTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
</PropertyGroup>
<PropertyGroup>
<ManagedDLLPath>../dependencies</ManagedDLLPath>
<SteamPath>~/Library/Application Support/Steam/</SteamPath>
<SteamPath>C:/Games/Steam</SteamPath>
<SteamPath Condition="! Exists ('$(SteamPath)')">~/Library/Application Support/Steam/</SteamPath>
<SteamPath Condition="! Exists ('$(SteamPath)')">$(ProgramFiles)/Steam</SteamPath>
<SteamPath Condition="! Exists ('$(SteamPath)')">$(Registry:HKEY_CURRENT_USER/Software/Valve/Steam@SteamPath)</SteamPath>
<CSPath>$(SteamPath)/steamapps/common/Cities_Skylines</CSPath>
Expand Down

0 comments on commit 2b50098

Please sign in to comment.