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