updated wxs to have the right exes (#2059)

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

View File

@ -90,65 +90,65 @@
<Component Id='binary0' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe0'
Name='nu_plugin_core_textview.exe'
Name='nu.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_textview.exe'
Source='target\$(var.Profile)\nu.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe1'
Name='nu_plugin_core_inc.exe'
Name='nu_plugin_binaryview.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_inc.exe'
Source='target\$(var.Profile)\nu_plugin_binaryview.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary2' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe2'
Name='nu_plugin_core_ps.exe'
Name='nu_plugin_fetch.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_ps.exe'
Source='target\$(var.Profile)\nu_plugin_fetch.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe3'
Name='nu_plugin_core_sys.exe'
Name='nu_plugin_inc.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_core_sys.exe'
Source='target\$(var.Profile)\nu_plugin_inc.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary4' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe4'
Name='nu_plugin_stable_fetch.exe'
Name='nu_plugin_post.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_fetch.exe'
Source='target\$(var.Profile)\nu_plugin_post.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary5' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe5'
Name='nu_plugin_stable_binaryview.exe'
Name='nu_plugin_ps.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_binaryview.exe'
Source='target\$(var.Profile)\nu_plugin_ps.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary6' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe6'
Name='nu_plugin_stable_match.exe'
Name='nu_plugin_start.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_match.exe'
Source='target\$(var.Profile)\nu_plugin_start.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe7'
Name='nu_plugin_stable_post.exe'
Name='nu_plugin_sys.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_post.exe'
Source='target\$(var.Profile)\nu_plugin_sys.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
@ -162,17 +162,17 @@
<Component Id='binary9' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe9'
Name='nu_plugin_stable_start.exe'
Name='nu_plugin_textview.exe'
DiskId='1'
Source='target\$(var.Profile)\nu_plugin_stable_start.exe'
Source='target\$(var.Profile)\nu_plugin_textview.exe'
KeyPath='yes'/>
</Component>
<Component Id='binary10' Guid='*' Win64='$(var.Win64)'>
<File
Id='exe10'
Name='nu.exe'
Name='nu_plugin_tree.exe'
DiskId='1'
Source='target\$(var.Profile)\nu.exe'
Source='target\$(var.Profile)\nu_plugin_tree.exe'
KeyPath='yes'/>
</Component>
<!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe -->