Improve the .exe not found error messages
This commit is contained in:
parent
00e04d1c48
commit
e6e387292a
4
make.ps1
4
make.ps1
@ -135,7 +135,7 @@ function Check-Command
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo "OpenRA.StyleCheck.exe could not be found. Build the project first using the `"all`" command."
|
echo "$styleCheckPath could not be found. Build the project first using the `"all`" command."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -190,7 +190,7 @@ function FindMSBuild
|
|||||||
|
|
||||||
function UtilityNotFound
|
function UtilityNotFound
|
||||||
{
|
{
|
||||||
echo "OpenRA.Utility.exe could not be found. Build the project first using the `"all`" command."
|
echo "$utilityPath could not be found. Build the project first using the `"all`" command."
|
||||||
}
|
}
|
||||||
|
|
||||||
function WaitForInput
|
function WaitForInput
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user