You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Outflow.csproj
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,25 +20,25 @@
20
20
21
21
<!--This will test for the default Steam installation paths for Resonite on Windows and Linux.-->
22
22
<PropertyGroupCondition="'$(ResonitePath)'==''">
23
-
<ResonitePathCondition="'$(OS)' == 'Windows_NT' and Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite\</ResonitePath>
23
+
<ResonitePathCondition="'$(OS)' == 'Windows_NT' and Exists('C:/Program Files (x86)/Steam/steamapps/common/Resonite/')">C:/Program Files (x86)/Steam/steamapps/common/Resonite/</ResonitePath>
24
24
<ResonitePathCondition="'$(OS)' != 'Windows_NT' and Exists('$(HOME)/.local/share/Steam/steamapps/common/Resonite/')">$(HOME)/.local/share/Steam/steamapps/common/Resonite/</ResonitePath>
25
25
<!--If neither path above exists, you can define your custom Resonite install directory here -->
0 commit comments