Skip to content

Commit

Permalink
Copy sqlite files to AppImage /usr/lib/.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila committed Aug 31, 2023
1 parent 69a3ce9 commit 300e850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ cp -R /usr/lib/x86_64-linux-gnu/libssl.so* ./usr/lib/
cp -R /usr/lib/x86_64-linux-gnu/libcrypto.so* ./usr/lib/
cp -P /usr/local/lib*/libssl.so* ./usr/lib/
cp -P /usr/local/lib*/libcrypto.so* ./usr/lib/
cp -P /usr/local/lib*/libsqlite*.so* ./usr/lib/

# NSS fun
cp -P -r /usr/lib/x86_64-linux-gnu/nss ./usr/lib/
Expand Down

0 comments on commit 300e850

Please sign in to comment.