Allow creating from squashfs-root folders

This commit is contained in:
Phantop 2021-06-22 21:06:07 -04:00
parent 509fcc2e28
commit 20482c9547
1 changed files with 1 additions and 1 deletions

View File

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