Commit 486c273a4fcd2f11353f262bd595ad7fb31158dd
1 parent
65f9fe41
Explicitly install libfuse for appimage smoke test
Showing
1 changed file
with
1 additions
and
0 deletions
build-scripts/build-appimage
| ... | ... | @@ -22,6 +22,7 @@ done |
| 22 | 22 | version=$(basename distribution/qpdf*AppImage | cut -d- -f 2) |
| 23 | 23 | |
| 24 | 24 | # Smoke test the AppImage |
| 25 | +sudo apt-get install libfuse2 | |
| 25 | 26 | app_image=$(echo distribution/qpdf*AppImage) |
| 26 | 27 | # Directly invoking the AppImage should behave like qpdf |
| 27 | 28 | ${app_image} --version | grep -E "^qpdf version $version" | ... | ... |