mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-06-16 14:15:07 +03:00
Fix Wix RIVM-32
This commit is contained in:
parent
0b54277ece
commit
267a9109c6
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,8 @@ cat > wix.xml << EOF
|
||||||
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch RiV-mesh" />
|
||||||
<CustomAction Id="LaunchApplication"
|
<CustomAction Id="LaunchApplication"
|
||||||
FileKey="MeshUI"
|
FileKey="MeshUI"
|
||||||
Impersonate="yes"
|
Impersonate="yes"
|
||||||
|
ExeCommand=""
|
||||||
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