mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
ExeCommand path fix RIVM-6
This commit is contained in:
parent
ef98262224
commit
8d14756fdc
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ cat > wix.xml << EOF
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
FileKey="MeshUI"
|
FileKey="MeshUI"
|
||||||
Impersonate="yes"
|
Impersonate="yes"
|
||||||
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