aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/WixPatch.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/WixPatch.xml b/packaging/WixPatch.xml
index 728d43951e..3cbbb04850 100644
--- a/packaging/WixPatch.xml
+++ b/packaging/WixPatch.xml
@@ -1,8 +1,6 @@
<CPackWiXPatch>
<!-- Fragment ID is from: <your build dir>/_CPack_Packages/win64/WIX/files.wxs -->
<CPackWiXFragment Id="CM_CP_bin.nvim.exe">
- <!-- Note: if we were to specify Value='[INSTALL_ROOT]\bin' - with a backslash, the installer will still
- use a forward slash in the path. -->
<Environment
Id='UpdatePath'
Name='PATH'
@@ -10,7 +8,7 @@
Permanent='no'
System='yes'
Part='last'
- Value='[INSTALL_ROOT]/bin'
+ Value='[INSTALL_ROOT]bin'
/>
</CPackWiXFragment>
</CPackWiXPatch>