Skip to content

Commit 751dbac

Browse files
committed
install folder fix
1 parent 6e91f8b commit 751dbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/msi/build-msi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ cat > wix.xml << EOF
286286
Name="RiV-mesh"
287287
Description="RiV-mesh is IoT E2E encrypted network"
288288
Directory="DesktopFolder"
289-
Target="[INSTALLFOLDER]mesh-ui.exe"
290-
WorkingDirectory="INSTALLFOLDER"/>
289+
Target="[MeshInstallFolder]mesh-ui.exe"
290+
WorkingDirectory="${MeshInstallFolder}"/>
291291
<RegistryValue Root="HKCU" Key="Software\RiV-chain\RiV-mesh" Name="installed" Type="integer" Value="1" KeyPath="yes" />
292292
</Component>
293293

0 commit comments

Comments
 (0)