Skip to content

Commit 12ca408

Browse files
committed
Add workaround for probonopd/linuxdeployqt#35
1 parent 0b8c6b8 commit 12ca408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

installers/linux/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ then
4848
(
4949
cd ${BUILD_DIR}
5050

51+
# Below -exclude-libs line is a work around for https://github.com/probonopd/linuxdeployqt/issues/35
52+
5153
${LINUXDEPLOYQT} \
5254
AppDir/usr/share/applications/${PRODUCT_NAME}.desktop \
5355
${QML_DIRS} \
@@ -56,6 +58,7 @@ then
5658
-executable=AppDir/usr/bin/MessageBox \
5759
-executable=AppDir/usr/bin/Updater \
5860
-extra-plugins=platformthemes/libqgtk3.so,imageformats/libqsvg.so,iconengines/libqsvgicon.so \
61+
-exclude-libs=libnss3.so,libnssutil3.so \
5962
|| exit $?
6063

6164
for APPIMAGE_FILENAME in $(find -iname "*.AppImage")

0 commit comments

Comments
 (0)