1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

appimage: exclude libwayland-client.so

It seems to be preventing EGL from working

refs: https://github.com/wez/wezterm/issues/1956
This commit is contained in:
Wez Furlong 2022-05-06 07:54:05 -07:00
parent 021c0a9bcd
commit f56345cba4

View File

@ -34,6 +34,7 @@ VERSION="$TAG_NAME" \
UPDATE_INFORMATION="$UPDATE" \
OUTPUT="$OUTPUT" \
/tmp/linuxdeploy \
--exclude-library='libwayland-client.so.0' \
--appdir AppDir \
--output appimage \
--desktop-file assets/wezterm.desktop