From 5d0383fa9daf8c1332ee77d1d2283150ae6d4496 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 7 Dec 2022 14:26:07 +0530 Subject: [PATCH] Fix App images Signed-off-by: K.B.Dharun Krishna --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index ec73a83..6ff27f9 100644 --- a/recipe.json +++ b/recipe.json @@ -86,7 +86,7 @@ { "if": "appimage", "type": "command", - "commands": ["apt install -y fuse2 libfuse2"] + "commands": ["apt install -y fuse3 libfuse2"] } ] },