Skip to content

Commit cf14587

Browse files
committed
target folder fix
1 parent 751dbac commit cf14587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/msi/build-msi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ cat > wix.xml << EOF
287287
Description="RiV-mesh is IoT E2E encrypted network"
288288
Directory="DesktopFolder"
289289
Target="[MeshInstallFolder]mesh-ui.exe"
290-
WorkingDirectory="${MeshInstallFolder}"/>
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)