Skip to content

Commit b862fb1

Browse files
committed
Update project file paths in scripts
1 parent 8831d46 commit b862fb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UseLocalOsu.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It expects the osu directory to be at the same level as the osu-performance-server directory
33

44

5-
$CSPROJ="PerformanceServer/PerformanceServer"
5+
$CSPROJ="PerformanceServer/PerformanceServer.csproj"
66
$SLN="osu-performance-server.sln"
77

88
$DEPENDENCIES=@(

UseLocalOsu.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It expects the osu directory to be at the same level as the osu-performance-server directory
55

66

7-
CSPROJ="PerformanceServer/PerformanceServer"
7+
CSPROJ="PerformanceServer/PerformanceServer.csproj"
88
SLN="osu-performance-server.sln"
99

1010
DEPENDENCIES="../osu/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj

0 commit comments

Comments
 (0)