Skip to content

Commit a7a5cf3

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update message when makeappx is not found
1 parent c4568ac commit a7a5cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ if ($Msix) {
316316

317317
$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
318318
if ($null -eq $makeappx) {
319-
throw "makeappx not found"
319+
throw "makeappx not found, please install Windows SDK"
320320
}
321321
}
322322

0 commit comments

Comments
 (0)