mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
compunent Feature fix
This commit is contained in:
parent
c572ac1bbb
commit
0f53a75a9a
1 changed files with 6 additions and 1 deletions
|
@ -182,7 +182,7 @@ cat > wix.xml << EOF
|
|||
KeyPath="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
|
||||
<Component Id="UIExecutable" Guid="ef9f30e0-8274-4526-835b-51bc09b5b1b7">
|
||||
|
||||
<File
|
||||
Id="MeshUI"
|
||||
|
@ -231,10 +231,15 @@ cat > wix.xml << EOF
|
|||
|
||||
<Feature Id="MeshFeature" Title="Mesh" Level="1">
|
||||
<ComponentRef Id="MainExecutable" />
|
||||
<ComponentRef Id="UIExecutable" />
|
||||
<ComponentRef Id="CtrlExecutable" />
|
||||
<ComponentRef Id="ConfigScript" />
|
||||
</Feature>
|
||||
|
||||
<Feature Id="UIFeature" Title="RiV-mesh manager" Level="1">
|
||||
<ComponentRef Id="UIExecutable" />
|
||||
</Feature>
|
||||
|
||||
<CustomAction
|
||||
Id="UpdateGenerateConfig"
|
||||
Directory="MeshInstallFolder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue