mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Quotes fix
This commit is contained in:
parent
1273a24a41
commit
7513fc358b
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ cat > wix.xml << EOF
|
||||||
<RegistryValue Id="MerAs.rst" Root="HKMU" Action="write"
|
<RegistryValue Id="MerAs.rst" Root="HKMU" Action="write"
|
||||||
Key="Software\Microsoft\Windows\CurrentVersion\Run"
|
Key="Software\Microsoft\Windows\CurrentVersion\Run"
|
||||||
Name="RiV-mesh client"
|
Name="RiV-mesh client"
|
||||||
Value="[MeshInstallFolder]mesh-ui.exe ui\index.html"
|
Value='"[MeshInstallFolder]mesh-ui.exe" ui\index.html'
|
||||||
Type="string" />
|
Type="string" />
|
||||||
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue