We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e91f8b commit 751dbacCopy full SHA for 751dbac
contrib/msi/build-msi.sh
@@ -286,8 +286,8 @@ cat > wix.xml << EOF
286
Name="RiV-mesh"
287
Description="RiV-mesh is IoT E2E encrypted network"
288
Directory="DesktopFolder"
289
- Target="[INSTALLFOLDER]mesh-ui.exe"
290
- WorkingDirectory="INSTALLFOLDER"/>
+ Target="[MeshInstallFolder]mesh-ui.exe"
+ WorkingDirectory="${MeshInstallFolder}"/>
291
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
292
</Component>
293
0 commit comments