1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:03:22 +08:00

minus minus

This commit is contained in:
miterosan 2018-08-06 23:47:48 +02:00
parent 8ed8efd06d
commit b98611dd8f

View File

@ -63,7 +63,7 @@ void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First(); var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
var testMonoArguments = new ProcessArgumentBuilder(); var testMonoArguments = new ProcessArgumentBuilder();
testMonoArguments.AppendSwitch("version", ""); testMonoArguments.AppendSwitch("--version", "");
if (StartProcess("mono", new ProcessSettings { if (StartProcess("mono", new ProcessSettings {
Silent = true, Arguments = testMonoArguments } Silent = true, Arguments = testMonoArguments }