Skip to content

Commit

Permalink
Remove libqgtk3.so and other platformthemes that may lead to crashes, c…
Browse files Browse the repository at this point in the history
…loses #150
  • Loading branch information
probonopd authored Aug 14, 2020
1 parent 9ea5b15 commit a61f7c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/build-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ for app in appimageupdatetool AppImageUpdate; do
# overwrite AppImage filename to get static filenames
# see https://github.com/AppImage/AppImageUpdate/issues/89
export OUTPUT="$app"-"$ARCH".AppImage

# remove libqgtk3.so and other platformthemes that may lead to crashes, #150
rm -rf "$app".AppDir/usr/plugins/platformthemes/* || true

# bundle application
./linuxdeploy-"$ARCH".AppImage --appdir "$app".AppDir --output appimage "${EXTRA_FLAGS[@]}" -d "$REPO_ROOT"/resources/"$app".desktop -i "$REPO_ROOT"/resources/appimage.png
Expand Down

0 comments on commit a61f7c0

Please sign in to comment.