We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c6b8 commit 12ca408Copy full SHA for 12ca408
installers/linux/build.sh
@@ -48,6 +48,8 @@ then
48
(
49
cd ${BUILD_DIR}
50
51
+ # Below -exclude-libs line is a work around for https://github.com/probonopd/linuxdeployqt/issues/35
52
+
53
${LINUXDEPLOYQT} \
54
AppDir/usr/share/applications/${PRODUCT_NAME}.desktop \
55
${QML_DIRS} \
@@ -56,6 +58,7 @@ then
56
58
-executable=AppDir/usr/bin/MessageBox \
57
59
-executable=AppDir/usr/bin/Updater \
60
-extra-plugins=platformthemes/libqgtk3.so,imageformats/libqsvg.so,iconengines/libqsvgicon.so \
61
+ -exclude-libs=libnss3.so,libnssutil3.so \
62
|| exit $?
63
64
for APPIMAGE_FILENAME in $(find -iname "*.AppImage")
0 commit comments