Skip to content

Commit d56f705

Browse files
committed
synchronise
1 parent ec32724 commit d56f705

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
@@ -1425,7 +1425,7 @@ function Build-Installer() {
14251425
Build-WiXProject bundle\installer.wixproj -Arch $HostArch -Properties $Properties
14261426

14271427
if ($Stage -and (-not $ToBatch)) {
1428-
Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\*.msi" "$Stage\"
1428+
Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\*.msm" "$Stage\"
14291429
Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\installer.exe" "$Stage\"
14301430
}
14311431
}

0 commit comments

Comments
 (0)