mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
FileKey fix RIVM-6
This commit is contained in:
parent
9f676d54cd
commit
7e0fc0d8db
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ cat > wix.xml << EOF
|
|||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||
<CustomAction Id="LaunchApplication"
|
||||
Impersonate="yes"
|
||||
FileKey="[#MeshUI]"
|
||||
FileKey="MeshUI"
|
||||
ExeCommand="ui\index.html"
|
||||
Return="asyncNoWait" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue