mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
shortcut fix
This commit is contained in:
parent
64d61a002d
commit
56de0a9b0a
1 changed files with 10 additions and 10 deletions
|
@ -226,16 +226,6 @@ cat > wix.xml << EOF
|
|||
|
||||
</Component>
|
||||
|
||||
<Component Id="cmpDesktopShortcut" Guid="e32e4d07-abf8-4c37-a2c3-1ca4b4f98adc" Directory="DesktopFolder" >
|
||||
<Shortcut Id="RiVMeshDesktopShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Directory="DesktopFolder"
|
||||
Target="[INSTALLFOLDER]mesh-ui.exe"
|
||||
WorkingDirectory="INSTALLFOLDER"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
|
||||
<Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
|
||||
<File
|
||||
Id="Configbat"
|
||||
|
@ -290,6 +280,16 @@ cat > wix.xml << EOF
|
|||
</Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
<Component Id="cmpDesktopShortcut" Guid="e32e4d07-abf8-4c37-a2c3-1ca4b4f98adc" Directory="DesktopFolder" >
|
||||
<Shortcut Id="RiVMeshDesktopShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Directory="DesktopFolder"
|
||||
Target="[INSTALLFOLDER]mesh-ui.exe"
|
||||
WorkingDirectory="INSTALLFOLDER"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
|
||||
</Component>
|
||||
|
||||
</Product>
|
||||
</Wix>
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue