keepassxc/share/windows/wix-patch.xml

11 lines
452 B
XML
Raw Normal View History

2017-10-30 10:41:20 -04:00
<?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>
2017-10-30 10:41:20 -04:00
</CPackWiXPatch>