chore(build): rework appimage dependency list
All checks were successful
Code and build check / Check code (push) Successful in 1m31s
Code and build check / Build with uv (push) Successful in 50s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-16 20:04:56 +05:00
parent cc0690cf9e
commit 1a93d5b82c

View File

@ -45,7 +45,18 @@ AppDir:
- libxcb-cursor0
- libimage-exiftool-perl
- xdg-utils
exclude: []
exclude:
# Документация и man-страницы
- "*-doc"
- "*-man"
- manpages
- mandb
# Статические библиотеки
- "*-dev"
- "*-static"
# Дебаг-символы
- "*-dbg"
- "*-dbgsym"
runtime:
env: