recipe: Add missing libfuse2 for Appimage

main
Mirko Brombin 2 years ago
parent 827914ef5a
commit 4d29d06d93

@ -67,7 +67,7 @@
{
"if": "appimage",
"type": "command",
"commands": ["sudo apt install -y fuse2"]
"commands": ["sudo apt install -y fuse2 libfuse2"]
}
]
},

Loading…
Cancel
Save