mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 09:23:38 +01:00
update wix to include _core_ and _extra_ plugins + s3, chart, line (#2634)
This commit is contained in:
parent
ae1d4bdb4c
commit
c096f031ce
67
wix/main.wxs
67
wix/main.wxs
@ -98,73 +98,73 @@
|
|||||||
<Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe1'
|
Id='exe1'
|
||||||
Name='nu_plugin_binaryview.exe'
|
Name='nu_plugin_extra_binaryview.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_binaryview.exe'
|
Source='target\$(var.Profile)\nu_plugin_extra_binaryview.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary2' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary2' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe2'
|
Id='exe2'
|
||||||
Name='nu_plugin_fetch.exe'
|
Name='nu_plugin_core_fetch.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_fetch.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_fetch.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe3'
|
Id='exe3'
|
||||||
Name='nu_plugin_inc.exe'
|
Name='nu_plugin_core_inc.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_inc.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_inc.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary4' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary4' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe4'
|
Id='exe4'
|
||||||
Name='nu_plugin_post.exe'
|
Name='nu_plugin_core_post.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_post.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_post.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary5' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary5' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe5'
|
Id='exe5'
|
||||||
Name='nu_plugin_ps.exe'
|
Name='nu_plugin_core_ps.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_ps.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_ps.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary6' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary6' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe6'
|
Id='exe6'
|
||||||
Name='nu_plugin_start.exe'
|
Name='nu_plugin_extra_start.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_start.exe'
|
Source='target\$(var.Profile)\nu_plugin_extra_start.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe7'
|
Id='exe7'
|
||||||
Name='nu_plugin_sys.exe'
|
Name='nu_plugin_core_sys.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_sys.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_sys.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe8'
|
Id='exe8'
|
||||||
Name='nu_plugin_textview.exe'
|
Name='nu_plugin_core_textview.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_textview.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_textview.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary9' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary9' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe9'
|
Id='exe9'
|
||||||
Name='nu_plugin_tree.exe'
|
Name='nu_plugin_extra_tree.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_tree.exe'
|
Source='target\$(var.Profile)\nu_plugin_extra_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 -->
|
||||||
@ -179,9 +179,9 @@
|
|||||||
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
|
||||||
<File
|
<File
|
||||||
Id='exe11'
|
Id='exe11'
|
||||||
Name='nu_plugin_match.exe'
|
Name='nu_plugin_core_match.exe'
|
||||||
DiskId='1'
|
DiskId='1'
|
||||||
Source='target\$(var.Profile)\nu_plugin_match.exe'
|
Source='target\$(var.Profile)\nu_plugin_core_match.exe'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id='binary12' Guid='*' Win64='$(var.Win64)'>
|
<Component Id='binary12' Guid='*' Win64='$(var.Win64)'>
|
||||||
@ -208,6 +208,30 @@
|
|||||||
Source='output\LICENSE-for-less.txt'
|
Source='output\LICENSE-for-less.txt'
|
||||||
KeyPath='yes'/>
|
KeyPath='yes'/>
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component Id='binary15' Guid='*' Win64='$(var.Win64)'>
|
||||||
|
<File
|
||||||
|
Id='exe15'
|
||||||
|
Name='nu_plugin_extra_s3.exe'
|
||||||
|
DiskId='1'
|
||||||
|
Source='target\$(var.Profile)\nu_plugin_extra_s3.exe'
|
||||||
|
KeyPath='yes'/>
|
||||||
|
</Component>
|
||||||
|
<Component Id='binary16' Guid='*' Win64='$(var.Win64)'>
|
||||||
|
<File
|
||||||
|
Id='exe16'
|
||||||
|
Name='nu_plugin_extra_chart_bar.exe'
|
||||||
|
DiskId='1'
|
||||||
|
Source='target\$(var.Profile)\nu_plugin_extra_chart_bar.exe'
|
||||||
|
KeyPath='yes'/>
|
||||||
|
</Component>
|
||||||
|
<Component Id='binary17' Guid='*' Win64='$(var.Win64)'>
|
||||||
|
<File
|
||||||
|
Id='exe17'
|
||||||
|
Name='nu_plugin_extra_chart_line.exe'
|
||||||
|
DiskId='1'
|
||||||
|
Source='target\$(var.Profile)\nu_plugin_extra_chart_line.exe'
|
||||||
|
KeyPath='yes'/>
|
||||||
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
</Directory>
|
</Directory>
|
||||||
</Directory>
|
</Directory>
|
||||||
@ -243,6 +267,9 @@
|
|||||||
<ComponentRef Id='binary12'/>
|
<ComponentRef Id='binary12'/>
|
||||||
<ComponentRef Id='binary13'/>
|
<ComponentRef Id='binary13'/>
|
||||||
<ComponentRef Id='binary14'/>
|
<ComponentRef Id='binary14'/>
|
||||||
|
<ComponentRef Id='binary15'/>
|
||||||
|
<ComponentRef Id='binary16'/>
|
||||||
|
<ComponentRef Id='binary17'/>
|
||||||
|
|
||||||
<Feature
|
<Feature
|
||||||
Id='Environment'
|
Id='Environment'
|
||||||
|
Loading…
Reference in New Issue
Block a user