Add AppImage metadata extraction, display, and bug fixes

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

View File

@@ -42,6 +42,9 @@ env_logger = "0.11"
# Temp directories (for AppImage extraction)
tempfile = "3"
# XML parsing (for AppStream metainfo)
quick-xml = "0.37"
# Desktop notifications
notify-rust = "4"