mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
targer attribute fix
This commit is contained in:
parent
9d8d38d2a8
commit
53e53b7da7
1 changed files with 2 additions and 2 deletions
|
@ -275,14 +275,14 @@ cat > wix.xml << EOF
|
|||
<Shortcut Id="ApplicationStartMenuShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Target="cscript.exe"
|
||||
Target="[%WINDIR]\System32\cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
<Shortcut Id="DesktopShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Directory="DesktopFolder"
|
||||
Target="cscript.exe"
|
||||
Target="[%WINDIR]\System32\cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
<RemoveFolder Id="MeshInstallFolder" On="uninstall"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue