mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
Embed libxkbcommon-x11-0 in the AppImage bundle
This commit is contained in:
parent
a288af2eeb
commit
902ba7a879
@ -11,6 +11,9 @@ matrix:
|
||||
dist: xenial
|
||||
python: 3.6
|
||||
env: BUILD_DESTINATION=appimage
|
||||
apt:
|
||||
packages:
|
||||
- libxkbcommon-x11-0
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user