Skip to content

Commit

Permalink
Add workaround for probonopd/linuxdeployqt#35
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Dec 17, 2020
1 parent 0b8c6b8 commit 12ca408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installers/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ then
(
cd ${BUILD_DIR}

# Below -exclude-libs line is a work around for https://github.com/probonopd/linuxdeployqt/issues/35

${LINUXDEPLOYQT} \
AppDir/usr/share/applications/${PRODUCT_NAME}.desktop \
${QML_DIRS} \
Expand All @@ -56,6 +58,7 @@ then
-executable=AppDir/usr/bin/MessageBox \
-executable=AppDir/usr/bin/Updater \
-extra-plugins=platformthemes/libqgtk3.so,imageformats/libqsvg.so,iconengines/libqsvgicon.so \
-exclude-libs=libnss3.so,libnssutil3.so \
|| exit $?

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

0 comments on commit 12ca408

Please sign in to comment.