Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wix-patch.xml « windows « share - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d01d68ce03ede85846e172a3a71b52e1129c6df (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<CPackWiXPatch>
  <CPackWiXFragment Id="CM_CP_KeePassXC.exe">
    <ProgId Id="KeePassXC.kdbx" Description="KeePass Password Database" Icon="CM_FP_KeePassXC.exe" IconIndex="1">
      <Extension Id="kdbx" ContentType="application/x-keepass2">
        <Verb Id="open" Command="open" TargetFile="CM_FP_KeePassXC.exe" Argument="&quot;%1&quot;"/>
      </Extension>
    </ProgId>
  </CPackWiXFragment>
</CPackWiXPatch>