0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00
keepassxc/share/windows/wix-patch.xml
Sergey Zolotarev e488452ef3 Change "open" to "Open" in Windows context menu
On Windows context menu items start with a capital letter
2022-03-19 15:50:13 -04:00

11 lines
452 B
XML

<?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>