mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-08 21:14:16 +00:00
Update appimage.yml
This commit is contained in:
parent
7872a12196
commit
599e395e8a
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user