mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Added license and license-for-less to wix build (#2097)
This commit is contained in:
parent
180290f3a8
commit
5cafead4a4
1 changed files with 18 additions and 0 deletions
18
wix/main.wxs
18
wix/main.wxs
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue