add dependency install to fix appimage build

This commit is contained in:
BeatLink 2019-06-22 23:24:00 -05:00
parent bf4ba434f5
commit 059b3a0aec

View file

@ -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";