Skip to content

Commit

Permalink
Get rid of extra space, trying to fix Wix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 17, 2024
1 parent d75bf56 commit bf1fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_msi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ copy ".\.github\resources\MSI Template.wxs" ".\"
& $Candle -dAppName=""$env:blt_name"" -dAppVersion=""$env:build_version"" -dAppVendor=""$env:blt_vendor"" -dAppUpgradeCode=""$env:blt_upgradecode"" -dAppDescription=""$env:blt_description"" -dAppVendorFolder=""$env:blt_vendor_folder"" -dAppIcon=""$env:blt_icon"" -nologo *.wxs -ext WixUIExtension -ext WixFirewallExtension -arch x64

#Compile MSI
& $Light -b "Beat Link Trigger" -nologo "*.wixobj" -out ""$env:artifact_name"" -ext WixUIExtension -ext WixFirewallExtension
& $Light -b "Beat Link Trigger" -nologo "*.wixobj" -out ""$env:artifact_name"" -ext WixUIExtension -ext WixFirewallExtension

0 comments on commit bf1fb5b

Please sign in to comment.