We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4568ac commit a7a5cf3Copy full SHA for a7a5cf3
build.ps1
@@ -316,7 +316,7 @@ if ($Msix) {
316
317
$makeappx = Get-ChildItem -Recurse -Path (Join-Path ${env:ProgramFiles(x86)} 'Windows Kits\10\bin\*\' $arch) -Filter makeappx.exe | Sort-Object FullName -Descending | Select-Object -First 1
318
if ($null -eq $makeappx) {
319
- throw "makeappx not found"
+ throw "makeappx not found, please install Windows SDK"
320
}
321
322
0 commit comments