16 lines
617 B
Bash
16 lines
617 B
Bash
# linuxdeploy / linuxdeploy-plugin-qt configuration — sourced by scripts/build-appimages.sh.
|
|
# Documents the bundling choices for both AppImages.
|
|
#
|
|
# Spec: sethlabels-docs/specs/2026-04-29-packaging-design.md §5.3
|
|
|
|
# Qt platform plugins to include (linuxdeploy-plugin-qt picks these up automatically;
|
|
# documenting here for posterity).
|
|
QT_PLATFORM_PLUGINS="xcb"
|
|
|
|
# Image format plugins. The GUI app needs SVG/PNG support; batch CLI does not.
|
|
QT_IMAGE_FORMAT_PLUGINS_GUI="svg"
|
|
QT_IMAGE_FORMAT_PLUGINS_BATCH=""
|
|
|
|
# Files in the AppDir we don't want bundled (linuxdeploy is greedy by default).
|
|
APPDIR_EXCLUDE_GLOBS=()
|