Embed libxkbcommon-x11-0 in the AppImage bundle

This commit is contained in:
Alberto Sottile 2019-06-05 22:51:22 +02:00
parent a288af2eeb
commit 902ba7a879
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ matrix:
dist: xenial
python: 3.6
env: BUILD_DESTINATION=appimage
apt:
packages:
- libxkbcommon-x11-0
branches:
only:

View File

@ -109,6 +109,6 @@ 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
--output appimage --custom-apprun AppRun.sh -l /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so.0
mv Syncplay*.AppImage "$OLD_CWD"