mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 05:12:40 +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:
parent
021c0a9bcd
commit
f56345cba4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user