Commit 486c273a4fcd2f11353f262bd595ad7fb31158dd

Authored by Jay Berkenbilt
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,6 +22,7 @@ done
22 version=$(basename distribution/qpdf*AppImage | cut -d- -f 2) 22 version=$(basename distribution/qpdf*AppImage | cut -d- -f 2)
23 23
24 # Smoke test the AppImage 24 # Smoke test the AppImage
  25 +sudo apt-get install libfuse2
25 app_image=$(echo distribution/qpdf*AppImage) 26 app_image=$(echo distribution/qpdf*AppImage)
26 # Directly invoking the AppImage should behave like qpdf 27 # Directly invoking the AppImage should behave like qpdf
27 ${app_image} --version | grep -E "^qpdf version $version" 28 ${app_image} --version | grep -E "^qpdf version $version"