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

rm bad sign

This commit is contained in:
miterosan 2018-08-06 23:37:47 +02:00
parent 2b293add9e
commit de6c25c052

View File

@ -62,7 +62,7 @@ Task("InspectCode")
void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
if (!StartProcess("mono", "--version") != 0) {
if (StartProcess("mono", "--version") != 0) {
Information("Running on an os other than windows and mono is not installed. Skipping InpectCode.");
return;
}