mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
1. FileKey fix RIVM-6
This commit is contained in:
parent
ae9631ae40
commit
4d89b88278
1 changed files with 2 additions and 1 deletions
|
@ -308,8 +308,9 @@ cat > wix.xml << EOF
|
|||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||
<CustomAction Id="LaunchApplication"
|
||||
Directory="MeshInstallFolder"
|
||||
FileKey="MeshUI"
|
||||
Impersonate="yes"
|
||||
ExeCommand="mesh-ui.exe ui\index.html"
|
||||
ExeCommand="ui\index.html"
|
||||
Return="asyncNoWait" />
|
||||
|
||||
<!-- Step 3: Include the custom action -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue