aboutsummaryrefslogtreecommitdiff
path: root/cmake.packaging/WixPatch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.packaging/WixPatch.xml')
-rw-r--r--cmake.packaging/WixPatch.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmake.packaging/WixPatch.xml b/cmake.packaging/WixPatch.xml
new file mode 100644
index 0000000000..3cbbb04850
--- /dev/null
+++ b/cmake.packaging/WixPatch.xml
@@ -0,0 +1,14 @@
+<CPackWiXPatch>
+ <!-- Fragment ID is from: <your build dir>/_CPack_Packages/win64/WIX/files.wxs -->
+ <CPackWiXFragment Id="CM_CP_bin.nvim.exe">
+ <Environment
+ Id='UpdatePath'
+ Name='PATH'
+ Action='set'
+ Permanent='no'
+ System='yes'
+ Part='last'
+ Value='[INSTALL_ROOT]bin'
+ />
+ </CPackWiXFragment>
+</CPackWiXPatch>