mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
update ServiceControl
This commit is contained in:
parent
600b8db692
commit
376b824a8e
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ cat > wix.xml << EOF
|
|||
|
||||
<ServiceControl
|
||||
Id="MeshServiceControl"
|
||||
Name="mesh"
|
||||
Name="Mesh"
|
||||
Start="install"
|
||||
Stop="both"
|
||||
Remove="uninstall" />
|
||||
|
@ -226,7 +226,7 @@ cat > wix.xml << EOF
|
|||
|
||||
<ServiceControl
|
||||
Id="UIServiceControl"
|
||||
Name="mesh-ui"
|
||||
Name="MeshUI"
|
||||
Start="install"
|
||||
Stop="both"
|
||||
Remove="uninstall" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue