mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
tweak the wix (#4438)
This commit is contained in:
parent
1fd7b9ac38
commit
8ccc8e445f
40
wix/main.wxs
40
wix/main.wxs
@ -95,14 +95,14 @@
|
||||
Source='target\$(var.Profile)\nu.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
<Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
|
||||
<!-- <Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe1'
|
||||
Name='nu_plugin_binaryview.exe'
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_binaryview.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
</Component> -->
|
||||
<Component Id='binary2' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe2'
|
||||
@ -111,7 +111,7 @@
|
||||
Source='target\$(var.Profile)\nu_plugin_inc.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
<Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
|
||||
<!-- <Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe3'
|
||||
Name='nu_plugin_start.exe'
|
||||
@ -134,7 +134,7 @@
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_tree.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
</Component> -->
|
||||
<!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe -->
|
||||
<Component Id='binary6' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
@ -144,14 +144,14 @@
|
||||
Source='output\less.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
<Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
|
||||
<!-- <Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe7'
|
||||
Name='nu_plugin_match.exe'
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_match.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
</Component> -->
|
||||
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe8'
|
||||
@ -176,7 +176,7 @@
|
||||
Source='output\LICENSE-for-less.txt'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
|
||||
<!-- <Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe11'
|
||||
Name='nu_plugin_s3.exe'
|
||||
@ -199,16 +199,16 @@
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_chart_line.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
</Component> -->
|
||||
<Component Id='binary14' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe14'
|
||||
Name='nu_plugin_xpath.exe'
|
||||
Name='nu_plugin_query.exe'
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_xpath.exe'
|
||||
Source='target\$(var.Profile)\nu_plugin_query.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
<Component Id='binary15' Guid='*' Win64='$(var.Win64)'>
|
||||
<!-- <Component Id='binary15' Guid='*' Win64='$(var.Win64)'>
|
||||
<File
|
||||
Id='exe15'
|
||||
Name='nu_plugin_from_bson.exe'
|
||||
@ -255,7 +255,7 @@
|
||||
DiskId='1'
|
||||
Source='target\$(var.Profile)\nu_plugin_query_json.exe'
|
||||
KeyPath='yes'/>
|
||||
</Component>
|
||||
</Component> -->
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
@ -277,26 +277,26 @@
|
||||
<ComponentRef Id='License'/>
|
||||
|
||||
<ComponentRef Id='binary0'/>
|
||||
<ComponentRef Id='binary1'/>
|
||||
<!-- <ComponentRef Id='binary1'/> -->
|
||||
<ComponentRef Id='binary2'/>
|
||||
<ComponentRef Id='binary3'/>
|
||||
<!-- <ComponentRef Id='binary3'/>
|
||||
<ComponentRef Id='binary4'/>
|
||||
<ComponentRef Id='binary5'/>
|
||||
<ComponentRef Id='binary5'/> -->
|
||||
<ComponentRef Id='binary6'/>
|
||||
<ComponentRef Id='binary7'/>
|
||||
<!-- <ComponentRef Id='binary7'/> -->
|
||||
<ComponentRef Id='binary8'/>
|
||||
<ComponentRef Id='binary9'/>
|
||||
<ComponentRef Id='binary10'/>
|
||||
<ComponentRef Id='binary11'/>
|
||||
<!-- <ComponentRef Id='binary11'/>
|
||||
<ComponentRef Id='binary12'/>
|
||||
<ComponentRef Id='binary13'/>
|
||||
<ComponentRef Id='binary13'/> -->
|
||||
<ComponentRef Id='binary14'/>
|
||||
<ComponentRef Id='binary15'/>
|
||||
<!-- <ComponentRef Id='binary15'/>
|
||||
<ComponentRef Id='binary16'/>
|
||||
<ComponentRef Id='binary17'/>
|
||||
<ComponentRef Id='binary18'/>
|
||||
<ComponentRef Id='binary19'/>
|
||||
<ComponentRef Id='binary20'/>
|
||||
<ComponentRef Id='binary20'/> -->
|
||||
|
||||
<Feature
|
||||
Id='Environment'
|
||||
|
Loading…
Reference in New Issue
Block a user