mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Update main.wxs (#2060)
This commit is contained in:
parent
1857ac69d1
commit
a6228cab9e
17
wix/main.wxs
17
wix/main.wxs
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user