mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
double quotes fix
This commit is contained in:
parent
41bff9235e
commit
2281a07553
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ cat > wix.xml << EOF
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
Impersonate="yes"
|
Impersonate="yes"
|
||||||
FileKey="MeshUI"
|
FileKey="MeshUI"
|
||||||
ExeCommand="[MeshInstallFolder]ui\index.html"
|
ExeCommand="\"[MeshInstallFolder]ui\index.html\""
|
||||||
Return="asyncNoWait" />
|
Return="asyncNoWait" />
|
||||||
|
|
||||||
<!-- Step 3: Include the custom action -->
|
<!-- Step 3: Include the custom action -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue