From 059b3a0aecc9282b96f58bae37cd9caaf2229fe1 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sat, 22 Jun 2019 23:24:00 -0500 Subject: [PATCH] add dependency install to fix appimage build --- browser/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/build.sh b/browser/build.sh index 7ccf108..cd7b673 100755 --- a/browser/build.sh +++ b/browser/build.sh @@ -22,7 +22,7 @@ printf "APPIMAGE_RESOURCE_FOLDER: $APPIMAGE_RESOURCE_FOLDER\n"; # Installs some needed dependencies printf "\nInstalling script dependencies\n"; apt update; -apt install sudo python python3 inkscape icnsutils wget -y; +apt install sudo python python3 inkscape icnsutils wget fuse libfuse -y; printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n";