mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
install folder fix
This commit is contained in:
parent
6e91f8bfa6
commit
751dbac14f
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,8 @@ cat > wix.xml << EOF
|
||||||
Name="RiV-mesh"
|
Name="RiV-mesh"
|
||||||
Description="RiV-mesh is IoT E2E encrypted network"
|
Description="RiV-mesh is IoT E2E encrypted network"
|
||||||
Directory="DesktopFolder"
|
Directory="DesktopFolder"
|
||||||
Target="[INSTALLFOLDER]mesh-ui.exe"
|
Target="[MeshInstallFolder]mesh-ui.exe"
|
||||||
WorkingDirectory="INSTALLFOLDER"/>
|
WorkingDirectory="${MeshInstallFolder}"/>
|
||||||
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
|
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue