Issue #12937: Bundle 'gio-launch-desktop' to fix AppImage unable to open links

Closes #12937
This commit is contained in:
Bruno
2025-02-15 10:38:39 -03:00
parent f6fb61f5fe
commit 29209fa219

View File

@ -244,7 +244,8 @@ else
fi
## Bundle base (bare minimum to run GTK apps)
### Glib needed files (to be able to use file dialogs)
### Glib needed files (to be able to use URIs and file dialogs)
bund_usr "$UNIX_PREFIX" "lib/glib-*/gio-launch-desktop" --dest "bin"
bund_usr "$UNIX_PREFIX" "share/glib-*/schemas"
### Glib commonly required modules
prep_pkg "gvfs"