double quotes fix

This commit is contained in:
vadym 2022-11-30 23:47:57 +02:00
parent 41bff9235e
commit 2281a07553

View file

@ -309,7 +309,7 @@ cat > wix.xml << EOF
<CustomAction Id="LaunchApplication"
Impersonate="yes"
FileKey="MeshUI"
ExeCommand="[MeshInstallFolder]ui\index.html"
ExeCommand="\"[MeshInstallFolder]ui\index.html\""
Return="asyncNoWait" />
<!-- Step 3: Include the custom action -->