mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Attempt to link to MPL-2.0 license page in Windows installer (#33711)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
fd8ed6c44d
commit
dcedfab44f
1 changed files with 6 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
|
||||
<Bundle Name="Servo"
|
||||
Version="1.0"
|
||||
UpgradeCode="91b09c7e-6c0d-4166-b806-1dc724acf728">
|
||||
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />
|
||||
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
|
||||
<bal:WixStandardBootstrapperApplication
|
||||
LicenseUrl="https://www.mozilla.org/en-US/MPL/2.0/"
|
||||
/>
|
||||
</BootstrapperApplicationRef>
|
||||
<Chain>
|
||||
<MsiPackage
|
||||
SourceFile="Installer.msi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue