Skip to content

Commit 9c78727

Browse files
build.ps1: Build installer wixproj as bundle
1 parent 98e65d0 commit 9c78727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ function Build-Installer($Arch) {
15941594
$Properties["SDK_ROOT_$($SDK.VSName.ToUpperInvariant())"] = "$($SDK.SDKInstallRoot)\"
15951595
}
15961596

1597-
Build-WiXProject bundle\installer.wixproj -Arch $Arch -Properties $Properties
1597+
Build-WiXProject bundle\installer.wixproj -Arch $Arch -Bundle -Properties $Properties
15981598
}
15991599

16001600
function Stage-BuildArtifacts($Arch) {

0 commit comments

Comments
 (0)