mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
15 lines
383 B
XML
15 lines
383 B
XML
<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>
|