Skip to content

Commit

Permalink
Implement workaround from probonopd/linuxdeployqt#355
Browse files Browse the repository at this point in the history
This avoids a segmentation fault when invoking linuxdeployqt for
creating the AppImage.
  • Loading branch information
bjorn committed Mar 12, 2019
1 parent 9475d72 commit 2d91852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ matrix:
- "./linuxdeployqt ./Tiled/usr/share/applications/org.mapeditor.Tiled.desktop
-bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so -exclude-libs=libpython3.5m.so.1
-verbose=2"
- "./linuxdeployqt ./Tiled/usr/share/applications/org.mapeditor.Tiled.desktop
-exclude-libs=libpython3.5m.so.1 -appimage"
- ./linuxdeployqt --appimage-extract
- export PATH=$(readlink -f ./squashfs-root/usr/bin/):$PATH
- ./squashfs-root/usr/bin/appimagetool Tiled/
- find ./Tiled -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d
" " -f 2-3 | sort | uniq
- mv Tiled-x86_64.AppImage Tiled-$TILED_VERSION-x86_64.AppImage
Expand Down

0 comments on commit 2d91852

Please sign in to comment.