mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix AppImage not finding Auto-Type library
* Fixes #12719 and Fixes #12721 * Also fixes missing <ul> in the appdata xml
This commit is contained in:
committed by
Janek Bevendorff
parent
98bbad0a4c
commit
adba5095c3
@@ -828,6 +828,8 @@ class Build(Command):
|
|||||||
|
|
||||||
if appimage:
|
if appimage:
|
||||||
cmake_opts.append('-DKEEPASSXC_DIST_TYPE=AppImage')
|
cmake_opts.append('-DKEEPASSXC_DIST_TYPE=AppImage')
|
||||||
|
# Force install prefix to ensure proper AppDir structure for linuxdeploy
|
||||||
|
install_prefix = '/usr'
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory() as build_dir:
|
with tempfile.TemporaryDirectory() as build_dir:
|
||||||
logger.info('Configuring build...')
|
logger.info('Configuring build...')
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
</release>
|
</release>
|
||||||
<release version="2.7.11" date="2025-11-23" type="stable">
|
<release version="2.7.11" date="2025-11-23" type="stable">
|
||||||
<description>
|
<description>
|
||||||
|
<ul>
|
||||||
<li>Add image, HTML, Markdown preview, and text editing support to inline attachment viewer [#12085, #12244, #12654]</li>
|
<li>Add image, HTML, Markdown preview, and text editing support to inline attachment viewer [#12085, #12244, #12654]</li>
|
||||||
<li>Add database merge confirmation dialog [#10173]</li>
|
<li>Add database merge confirmation dialog [#10173]</li>
|
||||||
<li>Add option to auto-generate a password for new entries [#12593]</li>
|
<li>Add option to auto-generate a password for new entries [#12593]</li>
|
||||||
@@ -117,6 +118,7 @@
|
|||||||
<li>Windows: Remove broken check for MSVC Redistributable from MSI installer [#11950]</li>
|
<li>Windows: Remove broken check for MSVC Redistributable from MSI installer [#11950]</li>
|
||||||
<li>Linux: Fix startup delay due to StartupNotify setting in desktop file [#12306]</li>
|
<li>Linux: Fix startup delay due to StartupNotify setting in desktop file [#12306]</li>
|
||||||
<li>Linux: Fix memory initialisation when --pw-stdin is used with a pipe [#12050]</li>
|
<li>Linux: Fix memory initialisation when --pw-stdin is used with a pipe [#12050]</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.7.10" date="2025-03-02" type="stable">
|
<release version="2.7.10" date="2025-03-02" type="stable">
|
||||||
|
|||||||
Reference in New Issue
Block a user