build/linux: Do not bundle daemons on AppImage

We weren't launching then (and not sure if
we should at all). Also, the proper fix to
some errors encountered is 330ebe90.
This commit is contained in:
Bruno Lopes 2025-06-07 11:34:50 -03:00
parent 0286ff4149
commit f2bd9fcd7f
No known key found for this signature in database

View file

@ -261,8 +261,6 @@ bund_usr "$UNIX_PREFIX" "lib/glib-*/gio-launch-desktop" --dest "bin"
prep_pkg "xapps-common"
bund_usr "$UNIX_PREFIX" "share/glib-*/schemas"
### Glib commonly required modules
prep_pkg "gvfs"
bund_usr "$UNIX_PREFIX" "bin/gvfs*" --dest "${LIB_DIR}/gvfs"
bund_usr "$UNIX_PREFIX" "lib/gvfs/*.so"
bund_usr "$UNIX_PREFIX" "lib/gio/modules/*"
conf_app GIO_MODULE_DIR "${LIB_DIR}/${LIB_SUBDIR}gio/modules"