Add AppImage metadata extraction, display, and bug fixes

This commit is contained in:
2026-02-27 18:31:07 +02:00
parent 4211ff5ce0
commit 87f4e5d7bf
13 changed files with 1239 additions and 24 deletions

View File

@@ -269,6 +269,22 @@ mod tests {
tags: None,
pinned: false,
avg_startup_ms: None,
appstream_id: None,
appstream_description: None,
generic_name: None,
license: None,
homepage_url: None,
bugtracker_url: None,
donation_url: None,
help_url: None,
vcs_url: None,
keywords: None,
mime_types: None,
content_rating: None,
project_group: None,
release_history: None,
desktop_actions: None,
has_signature: false,
};
// We can't easily test the full integrate() without mocking dirs,