Update main.wxs (#2060)

This commit is contained in:
Darren Schroeder 2020-06-25 18:34:39 -05:00 committed by GitHub
parent 1857ac69d1
commit a6228cab9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,31 +154,23 @@
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'> <Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe8' Id='exe8'
Name='nu_plugin_stable_tree.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_tree.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary9' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe9'
Name='nu_plugin_textview.exe' Name='nu_plugin_textview.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_textview.exe' Source='target\$(var.Profile)\nu_plugin_textview.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary10' Guid='*' Win64='$(var.Win64)'> <Component Id='binary9' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe10' Id='exe9'
Name='nu_plugin_tree.exe' Name='nu_plugin_tree.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_tree.exe' Source='target\$(var.Profile)\nu_plugin_tree.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe --> <!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe -->
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'> <Component Id='binary10' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe11' Id='exe10'
Name='less.exe' Name='less.exe'
DiskId='1' DiskId='1'
Source='output\less.exe' Source='output\less.exe'
@ -215,7 +207,6 @@
<ComponentRef Id='binary8'/> <ComponentRef Id='binary8'/>
<ComponentRef Id='binary9'/> <ComponentRef Id='binary9'/>
<ComponentRef Id='binary10'/> <ComponentRef Id='binary10'/>
<ComponentRef Id='binary11'/>
<Feature <Feature
Id='Environment' Id='Environment'