Fix AppImage build with missing fuse support

This commit is contained in:
Lukas W
2018-04-21 15:48:25 +02:00
parent 19bc0439a6
commit d9ea65ad7f
2 changed files with 4 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ jobs:
- store_artifacts:
path: /tmp/artifacts/
destination: /
- store_artifacts:
path: build/appimage.log
destination: /
- *save_cache
shellcheck:
docker:

View File

@@ -71,6 +71,7 @@ elif ! find "$LINUXDEPLOYQT" -mtime -$DAYSOLD 2>/dev/null|grep -q "." > /dev/nul
touch "$LINUXDEPLOYQT"
success "Downloaded $LINUXDEPLOYQT"
"$LINUXDEPLOYQT" --appimage-extract > /dev/null 2>&1
LINUXDEPLOYQT="squashfs-root/AppRun"
APPIMAGETOOL="squashfs-root/usr/bin/appimagetool"
success "Extracted $APPIMAGETOOL"
else