Skip to content

Commit

Permalink
appmk: make output target consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Jul 5, 2024
1 parent e268a14 commit a6a30c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdwarf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit a6a30c5

Please sign in to comment.