mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 00:15:06 +03:00
attribute fix
This commit is contained in:
parent
7fdcb62255
commit
c5022d2b45
1 changed files with 4 additions and 2 deletions
|
@ -282,13 +282,15 @@ cat > wix.xml << EOF
|
|||
Directory="DesktopFolder"
|
||||
Target="cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
WorkingDirectory="MeshInstallFolder"
|
||||
Advertise="yes"/>
|
||||
<Shortcut Id="ApplicationStartMenuShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Target="cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
WorkingDirectory="MeshInstallFolder"
|
||||
Advertise="yes"/>
|
||||
<RegistryValue Root="HKCU"
|
||||
Key="Software\RiV-chain\RiV-mesh"
|
||||
Name="installed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue