diff --git a/run.ps1 b/run.ps1 index 2da7cb5..fa6908e 100755 --- a/run.ps1 +++ b/run.ps1 @@ -1 +1 @@ -dotnet run --no-launch-profile --no-build -c Release -p .\NBXplorer\NBXplorer.csproj -- $args +dotnet run --no-launch-profile --no-build -c Release --project .\NBXplorer\NBXplorer.csproj -- $args diff --git a/run.sh b/run.sh index 12b4ba0..8ecfc24 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -dotnet run --no-launch-profile --no-build -c Release -p "NBXplorer/NBXplorer.csproj" -- $@ +dotnet run --no-launch-profile --no-build -c Release --project "NBXplorer/NBXplorer.csproj" -- $@