ci(github): add bar to wix and goreleaser configs

This commit is contained in:
LGUG2Z
2024-09-13 10:30:51 -07:00
parent 6803ffd741
commit d77944a581
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -98,6 +98,9 @@
<Component Id='binary3' Guid='*'>
<File Id='exe3' Name='komorebi-gui.exe' DiskId='1' Source='$(var.CargoTargetBinDir)\komorebi-gui.exe' KeyPath='yes' />
</Component>
<Component Id='binary4' Guid='*'>
<File Id='exe4' Name='komorebi-bar.exe' DiskId='1' Source='$(var.CargoTargetBinDir)\komorebi-bar.exe' KeyPath='yes' />
</Component>
</Directory>
</Directory>
</Directory>
@@ -118,6 +121,8 @@
<ComponentRef Id='binary3' />
<ComponentRef Id='binary4' />
<Feature Id='Environment' Title='PATH Environment Variable' Description='Add the install location of the [ProductName] executable to the PATH system environment variable. This allows the [ProductName] executable to be called from any location.' Level='1' Absent='allow'>
<ComponentRef Id='Path' />
</Feature>