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:
Jonathan White
2025-11-24 09:03:49 -05:00
committed by Janek Bevendorff
parent 815bba3d78
commit 18973351de
2 changed files with 67 additions and 63 deletions

View File

@@ -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...')

View File

@@ -47,6 +47,7 @@
<releases> <releases>
<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>
@@ -110,6 +111,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">