Improve the .exe not found error messages

This commit is contained in:
abcdefg30 2017-07-20 17:00:17 +02:00 committed by Paul Chote
parent 00e04d1c48
commit e6e387292a

View File

@ -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