Skip to content

Commit 4e2e25a

Browse files
committed
fix(AppImage): include an extra library for nss3 to prevent a crash
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent cbd529f commit 4e2e25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin/linux/build-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ chmod a+x ${APPIMAGE_NAME}
9696
rm ./${APPIMAGE_NAME}
9797
cp -r ./squashfs-root ./linuxdeploy-plugin-qt-squashfs-root
9898

99+
cp /usr/lib64/libsoftokn3.so ./linuxdeploy-plugin-qt-squashfs-root/usr/lib
100+
99101
export PATH=${QT_BASE_DIR}/bin:${PATH}
100102
export QML_SOURCES_PATHS=${DESKTOP_CLIENT_ROOT}/src/gui
101103
./linuxdeploy-plugin-qt-squashfs-root/AppRun --appdir=AppDir

0 commit comments

Comments
 (0)