deal with some missing unmounts and fix musikcube

This commit is contained in:
Phantop 2024-04-16 13:35:01 -04:00
parent 738f62a7b7
commit eb24f0857b
2 changed files with 2 additions and 1 deletions

View File

@ -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 $?
}

View File

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