diff --git a/make.ps1 b/make.ps1 index 850f4de..a8d6e93 100644 --- a/make.ps1 +++ b/make.ps1 @@ -178,7 +178,7 @@ function Docs-Command function CheckForUtility { - if (Test-Path OpenRA.Utility.exe) + if (Test-Path $utilityPath) { return 0 }