added match plugin and readme.txt for msi (#2063)

This commit is contained in:
Darren Schroeder 2020-06-26 08:39:19 -05:00 committed by GitHub
parent 306dc89ede
commit 6daec399e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,22 @@
Source='output\less.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe11'
Name='nu_plugin_match.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_match.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary12' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe12'
Name='README.txt'
DiskId='1'
Source='output\README.txt'
KeyPath='yes'/>
</Component>
</Directory>
</Directory>
</Directory>
@ -207,6 +223,8 @@
<ComponentRef Id='binary8'/>
<ComponentRef Id='binary9'/>
<ComponentRef Id='binary10'/>
<ComponentRef Id='binary11'/>
<ComponentRef Id='binary12'/>
<Feature
Id='Environment'