Skip to content

Commit e1bfe84

Browse files
committed
fix build script
1 parent b53988b commit e1bfe84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NetcodePatcher.Build/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dotnet run --project /NetcodePatcher.Build.csproj -- $args
2-
exit $LASTEXITCODE;
1+
dotnet run --project NetcodePatcher.Build.csproj -- $args
2+
exit $LASTEXITCODE;

0 commit comments

Comments
 (0)