Skip to content

Commit

Permalink
relocate installer license to avoid "multiple licenses" text on GitHub (
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Aug 30, 2024
1 parent fb53c3d commit 9a82449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SPDX-License-Identifier: MIT

<!-- Define the UI style & behavior -->
<UIRef Id="WixUI_FeatureTree" />
<WixVariable Id="WixUILicenseRtf" Value="$(var.SolutionDir)LICENSE.rtf" />
<WixVariable Id="WixUILicenseRtf" Value="$(var.SolutionDir)installer\LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="res\eBPFBanner_493x58.bmp"/>
<WixVariable Id="WixUIDialogBmp" Value="res\eBPFDialog_493x312.bmp"/>
<CustomAction Id="SetWixInstallLocation" Property="ARPINSTALLLOCATION" Value="[INSTALLFOLDER]" />
Expand Down
2 changes: 1 addition & 1 deletion scripts/.check-license.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tools/netsh/resource.h

# Other Files
LICENSE.txt
LICENSE.rtf
Doxyfile
\.check-license\.ignore
\.clang-format
Expand All @@ -29,3 +28,4 @@ Doxyfile
\.gitignore
\.gitmodules
packages.config
installer/LICENSE.rtf

0 comments on commit 9a82449

Please sign in to comment.