Review build
This commit is contained in:
@@ -47,7 +47,7 @@ $wixArch = @{"amd64" = "x64"; "arm64" = "arm64"}[$Arch]
|
||||
Invoke-Expression "wix build -arch $wixArch -o .\WinBGP-$($Version)-$($Arch).msi .\files.wxs .\main.wxs -d ProductName=WinBGP -d Version=$($MsiVersion) -ext WixToolset.Firewall.wixext -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext"
|
||||
|
||||
Write-Output "Build complete !"
|
||||
Pop-Location
|
||||
#Pop-Location
|
||||
|
||||
# Clean temporary build folder
|
||||
Remove-Item -Path "..\engine\*"
|
||||
|
||||
Reference in New Issue
Block a user