aboutsummaryrefslogtreecommitdiff
path: root/cmake.packaging/WixPatch.xml
blob: 3cbbb048500ae5e6588eca6e6b296837bcd974ae (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>