Bundle libxcb1 into AppImage to fix #380

This commit is contained in:
daniel-123 2021-07-21 18:46:11 +02:00
parent acc8a05961
commit f558337b4c
No known key found for this signature in database
GPG Key ID: D0FED6697F1D0AC1
2 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ jobs:
sudo apt-get install --no-install-recommends \
libglib2.0-0 \
libxkbcommon-x11-0 \
libxcb1 \
;
- name: Build

View File

@ -112,6 +112,7 @@ export OUTPUT=Syncplay-$VERSION-x86_64.AppImage
--output appimage --custom-apprun AppRun.sh \
-l /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 \
-l /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 \
-l /usr/lib/x86_64-linux-gnu/libxcb.so.1 \
;
mv Syncplay*.AppImage "$OLD_CWD"