Added license and license-for-less to wix build (#2097)

This commit is contained in:
Darren Schroeder 2020-07-02 18:30:00 -05:00 committed by GitHub
parent 180290f3a8
commit 5cafead4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,6 +192,22 @@
Source='output\README.txt'
KeyPath='yes'/>
</Component>
<Component Id='binary13' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe13'
Name='LICENSE'
DiskId='1'
Source='output\LICENSE'
KeyPath='yes'/>
</Component>
<Component Id='binary14' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe14'
Name='LICENSE-for-less.txt'
DiskId='1'
Source='output\LICENSE-for-less.txt'
KeyPath='yes'/>
</Component>
</Directory>
</Directory>
</Directory>
@ -225,6 +241,8 @@
<ComponentRef Id='binary10'/>
<ComponentRef Id='binary11'/>
<ComponentRef Id='binary12'/>
<ComponentRef Id='binary13'/>
<ComponentRef Id='binary14'/>
<Feature
Id='Environment'