Update main.wxs

Rename the plugins to be the production names
This commit is contained in:
Jonathan Turner 2020-10-14 09:01:13 +13:00 committed by GitHub
parent df17d28c0f
commit 194782215f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_extra_binaryview.exe' Name='nu_plugin_binaryview.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_binaryview.exe' Source='target\$(var.Profile)\nu_plugin_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_core_fetch.exe' Name='nu_plugin_fetch.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_fetch.exe' Source='target\$(var.Profile)\nu_plugin_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_core_inc.exe' Name='nu_plugin_inc.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_inc.exe' Source='target\$(var.Profile)\nu_plugin_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_core_post.exe' Name='nu_plugin_post.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_post.exe' Source='target\$(var.Profile)\nu_plugin_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_core_ps.exe' Name='nu_plugin_ps.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_ps.exe' Source='target\$(var.Profile)\nu_plugin_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_extra_start.exe' Name='nu_plugin_start.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_start.exe' Source='target\$(var.Profile)\nu_plugin_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_core_sys.exe' Name='nu_plugin_sys.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_sys.exe' Source='target\$(var.Profile)\nu_plugin_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_core_textview.exe' Name='nu_plugin_textview.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_textview.exe' Source='target\$(var.Profile)\nu_plugin_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_extra_tree.exe' Name='nu_plugin_tree.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_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 -->
@ -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_core_match.exe' Name='nu_plugin_match.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_match.exe' Source='target\$(var.Profile)\nu_plugin_match.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary12' Guid='*' Win64='$(var.Win64)'> <Component Id='binary12' Guid='*' Win64='$(var.Win64)'>
@ -211,33 +211,33 @@
<Component Id='binary15' Guid='*' Win64='$(var.Win64)'> <Component Id='binary15' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe15' Id='exe15'
Name='nu_plugin_extra_s3.exe' Name='nu_plugin_s3.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_s3.exe' Source='target\$(var.Profile)\nu_plugin_s3.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary16' Guid='*' Win64='$(var.Win64)'> <Component Id='binary16' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe16' Id='exe16'
Name='nu_plugin_extra_chart_bar.exe' Name='nu_plugin_chart_bar.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_chart_bar.exe' Source='target\$(var.Profile)\nu_plugin_chart_bar.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary17' Guid='*' Win64='$(var.Win64)'> <Component Id='binary17' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe17' Id='exe17'
Name='nu_plugin_extra_chart_line.exe' Name='nu_plugin_chart_line.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_chart_line.exe' Source='target\$(var.Profile)\nu_plugin_chart_line.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary18' Guid='*' Win64='$(var.Win64)'> <Component Id='binary18' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe18' Id='exe18'
Name='nu_plugin_extra_xpath.exe' Name='nu_plugin_xpath.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_extra_xpath.exe' Source='target\$(var.Profile)\nu_plugin_xpath.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
</Directory> </Directory>