mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
c9f91b2de5
* Fix #1846, kdbx is registered to KeePassXC with an icon (locked database icon) * Fix #2489, OpenSSL and Crypto libraries are packaged to support https connections * Fix minor typo in KeeShare (missing "?")
16 lines
708 B
XML
16 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CPackWiXPatch>
|
|
<CPackWiXFragment Id="CM_FP_KeePassXC.exe">
|
|
<Shortcut Id="CM_SP_KeePassXC.exe" Directory="ProgramMenuFolder"
|
|
Name="KeePassXC" Icon="ProductIcon.ico"
|
|
WorkingDirectory="INSTALL_ROOT" Advertise="yes" />
|
|
</CPackWiXFragment>
|
|
<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=""%1""/>
|
|
</Extension>
|
|
</ProgId>
|
|
</CPackWiXFragment>
|
|
</CPackWiXPatch>
|