We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e04d1 commit e6e3872Copy full SHA for e6e3872
make.ps1
@@ -135,7 +135,7 @@ function Check-Command
135
}
136
else
137
{
138
- 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."
139
140
141
@@ -190,7 +190,7 @@ function FindMSBuild
190
191
function UtilityNotFound
192
193
- 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."
194
195
196
function WaitForInput
0 commit comments