Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): bundle missing libjack.so* to work with Fedora Workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Jul 27, 2019
1 parent 21a6fa2 commit e50b3bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e50b3bb

Please sign in to comment.