diff --git a/make.ps1 b/make.ps1 index d7385be..85aa2e2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -135,7 +135,7 @@ function Check-Command } 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 { - 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