mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-05-23 07:11:08 +00:00
Allow creating from squashfs-root folders
This commit is contained in:
parent
509fcc2e28
commit
20482c9547
2
appdwarf
2
appdwarf
|
@ -30,6 +30,7 @@ appimage() {
|
||||||
if [[ -f "$1" ]]
|
if [[ -f "$1" ]]
|
||||||
then
|
then
|
||||||
chmod +x "$1"
|
chmod +x "$1"
|
||||||
|
rm -rf squashfs-root
|
||||||
./"$1" --appimage-extract || exit 1
|
./"$1" --appimage-extract || exit 1
|
||||||
dwarf squashfs-root
|
dwarf squashfs-root
|
||||||
rm -rf squashfs-root
|
rm -rf squashfs-root
|
||||||
|
@ -40,7 +41,6 @@ appimage() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
rm -rf squashfs-root
|
|
||||||
|
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue