From 868c26383f2206e19e2588b88e3aa13e440de6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= <1662391+daniel-123@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:41:06 +0200 Subject: [PATCH] add libxcb manually --- ci/appimage-script.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/appimage-script.sh b/ci/appimage-script.sh index 56283c3..58d8d14 100755 --- a/ci/appimage-script.sh +++ b/ci/appimage-script.sh @@ -109,6 +109,8 @@ export OUTPUT=Syncplay-$VERSION-x86_64.AppImage ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin conda \ -e $(which readelf) \ -i "$REPO_ROOT"/syncplay/resources/syncplay.png -d pl.syncplay.syncplay.desktop \ - --output appimage --custom-apprun AppRun.sh -l /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 + --output appimage --custom-apprun AppRun.sh \ + -l /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 \ + -l /usr/lib/x86_64-linux-gnu/libxcb-util.so.1 -mv Syncplay*.AppImage "$OLD_CWD" \ No newline at end of file +mv Syncplay*.AppImage "$OLD_CWD"