1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(build): bundle missing libjack.so* to work with Fedora Workstation

This commit is contained in:
antony-jr 2019-07-15 13:03:20 +05:30
parent 21a6fa2b4f
commit e50b3bbd5c
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27

View File

@ -196,6 +196,8 @@ rm -rf "$QTOX_APP_DIR/usr"
cp /usr/lib/x86_64-linux-gnu/libssl.so* "$QTOX_APP_DIR/local/lib/"
cp /usr/lib/x86_64-linux-gnu/libcrypt.so* "$QTOX_APP_DIR/local/lib/"
cp /usr/lib/x86_64-linux-gnu/libcrypto.so* "$QTOX_APP_DIR/local/lib"
# Also bundle libjack.so* without which the AppImage does not work in Fedora Workstation
cp /usr/lib/x86_64-linux-gnu/libjack.so* "$QTOX_APP_DIR/local/lib"
# this is important , aitool automatically uses the same filename in .zsync meta file.
# if this name does not match with the one we upload , the update always fails.