From 20482c9547d2a7c15c1c9fd1d874d3ea33b7c8f2 Mon Sep 17 00:00:00 2001 From: Phantop Date: Tue, 22 Jun 2021 21:06:07 -0400 Subject: [PATCH] Allow creating from squashfs-root folders --- appdwarf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdwarf b/appdwarf index a978e6b..3346251 100755 --- a/appdwarf +++ b/appdwarf @@ -30,6 +30,7 @@ appimage() { if [[ -f "$1" ]] then chmod +x "$1" + rm -rf squashfs-root ./"$1" --appimage-extract || exit 1 dwarf squashfs-root rm -rf squashfs-root @@ -40,7 +41,6 @@ appimage() { fi } -rm -rf squashfs-root while true do