Skip to content

Commit d4962e3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ if ($Msix) {
315315

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

0 commit comments

Comments
 (0)