aboutsummaryrefslogtreecommitdiff
path: root/cmake.packaging/WixPatch.xml
blob: 89c47753ce163d0f8204e7b29e2a4bb080194d9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>