appmk: make output target consistent

This commit is contained in:
Phantop 2024-07-05 07:49:59 -04:00
parent e268a141b2
commit a6a30c56ad

View file

@ -4,7 +4,7 @@ IFS=$(printf '\n\t') # smarter ifs
appmk() {
appdwarf "$DIR"
mv "$DIR".sh bin/"$APP"
mv "$DIR".sh "$(dirname "$(realpath "$0")")/bin/$APP"
rm -rf "$DIR"
}