From 4d29d06d93a4bf6f232563308272de58ce5c769a Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Fri, 7 Oct 2022 23:48:49 +0200 Subject: [PATCH] recipe: Add missing libfuse2 for Appimage --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index 70b6275..fe5009e 100644 --- a/recipe.json +++ b/recipe.json @@ -67,7 +67,7 @@ { "if": "appimage", "type": "command", - "commands": ["sudo apt install -y fuse2"] + "commands": ["sudo apt install -y fuse2 libfuse2"] } ] },