Various Windows Build Fixes

* 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 "?")
This commit is contained in:
Jonathan White
2019-01-31 17:50:16 -05:00
parent e60f4278f7
commit c9f91b2de5
5 changed files with 15 additions and 1 deletions

View File

@@ -1 +1,2 @@
IDI_ICON1 ICON DISCARDABLE "keepassxc.ico"
IDI_KDBX ICON DISCARDABLE "keepassxc-kdbx.ico"

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -5,4 +5,11 @@
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="&quot;%1&quot;"/>
</Extension>
</ProgId>
</CPackWiXFragment>
</CPackWiXPatch>