Update appimage.yml

This commit is contained in:
Rafael Gieschke 2024-11-19 11:04:42 +00:00
parent 7872a12196
commit 599e395e8a

View File

@ -76,9 +76,8 @@ build-appimage-job:
- download https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gstreamer/refs/heads/master/linuxdeploy-plugin-gstreamer.sh
- download https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
# patch both plugins to accept an exclude library env variable
- sed -Ei '/^(env .* )?"\$LINUXDEPLOY"/s/$/ --exclude-library "$LINUXDEPLOY_EXCLUDE_LIBRARY"/'
linuxdeploy-plugin-gstreamer.sh linuxdeploy-plugin-gtk.sh
# patch plugins to accept an exclude library env variable
- sed -Ei '/^(env .* )?"\$LINUXDEPLOY"/s/$/ --exclude-library "$LINUXDEPLOY_EXCLUDE_LIBRARY"/' linuxdeploy-plugin-*.sh
# remove the GDK_BACKEND variable since it prevents autoscaling on Wayland (and it does not crash on Wayland)
- sed -i '/export GDK_BACKEND=x11/d' linuxdeploy-plugin-gtk.sh