diff options
| author | A2va <[email protected]> | 2024-05-08 14:53:25 +0200 |
|---|---|---|
| committer | A2va <[email protected]> | 2024-05-08 14:53:25 +0200 |
| commit | ec28f1ef6eddce80c7cd86f1e57a19532d3e681c (patch) | |
| tree | d76aca07080cf2fe5dd2b46885e9ff73ee99caf4 /xmake/scripts | |
| parent | cd3b9b037ece3d8dce7711f4143351733ce2a2ba (diff) | |
Handle license
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/wix/msi.wxs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/xpack/wix/msi.wxs b/xmake/scripts/xpack/wix/msi.wxs index 6bbab6457..82ec2e88a 100644 --- a/xmake/scripts/xpack/wix/msi.wxs +++ b/xmake/scripts/xpack/wix/msi.wxs @@ -23,6 +23,7 @@ <Icon Id="Icon.ico" SourceFile="$(PackageIconFile)"/> <?endif ?> <MediaTemplate EmbedCab="true" /> + <WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" /> <ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" /> <StandardDirectory Id="ProgramFiles6432Folder"> <Directory Id="CompanyFolder" Name="$(PackageCompany)"> |
