mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-18 04:43:17 +00:00
deal with some missing unmounts and fix musikcube
This commit is contained in:
parent
738f62a7b7
commit
eb24f0857b
1
appdwarf
1
appdwarf
|
@ -21,6 +21,7 @@ header() {
|
|||
dwarfs -o offset=auto -o tidy_strategy=swap -o workers="$(nproc)" "$0" "$APPDIR"
|
||||
trap 'fusermount -quz $APPDIR; rmdir $APPDIR' 0 1 2 3 6 14 15 EXIT
|
||||
"$APPDIR/AppRun" "$@"
|
||||
fusermount -quz "$APPDIR" || true
|
||||
exit $?
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")"/appmk
|
||||
part0
|
||||
LINK=$(curl https://api.github.com/repos/clangen/musikcube/releases | grep -om2 http.\*bz2 | tail -n1)
|
||||
LINK=$(curl https://api.github.com/repos/clangen/musikcube/releases | grep -om1 'http.*_64.*bz2')
|
||||
unbz
|
||||
mv "$DIR"/musikcube*/* "$DIR"
|
||||
appa
|
||||
|
|
Loading…
Reference in a new issue