From e6e387292ae8b182aaa0325efcf516a862170454 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 20 Jul 2017 17:00:17 +0200 Subject: [PATCH] Improve the .exe not found error messages --- make.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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