We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8831d46 commit b862fb1Copy full SHA for b862fb1
2 files changed
UseLocalOsu.ps1
@@ -2,7 +2,7 @@
2
# It expects the osu directory to be at the same level as the osu-performance-server directory
3
4
5
-$CSPROJ="PerformanceServer/PerformanceServer"
+$CSPROJ="PerformanceServer/PerformanceServer.csproj"
6
$SLN="osu-performance-server.sln"
7
8
$DEPENDENCIES=@(
UseLocalOsu.sh
100644
100755
@@ -4,7 +4,7 @@
-CSPROJ="PerformanceServer/PerformanceServer"
+CSPROJ="PerformanceServer/PerformanceServer.csproj"
SLN="osu-performance-server.sln"
9
10
DEPENDENCIES="../osu/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj
0 commit comments