diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-31 18:51:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-31 18:51:13 +0100 |
commit | a700b1f65deee494584fed18908b513c41585999 (patch) | |
tree | 253e67e436668cd4987125339c79ddfb3b7edd1d /macosx/make-app-bundle.sh | |
parent | a1d93782b084354821dcb6d6cc03fc449b4d9f9a (diff) |
osx: nix dot.DS_Store
Diffstat (limited to 'macosx/make-app-bundle.sh')
-rw-r--r-- | macosx/make-app-bundle.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh index d0afb790..30a1517b 100644 --- a/macosx/make-app-bundle.sh +++ b/macosx/make-app-bundle.sh @@ -14,6 +14,7 @@ test -n "$version" || exit 1 tmp="$(mktemp -d "/tmp/$APPNAME-tmp.XXXXXXX")" test $? -eq 0 || exit 1 +rm -f -- "$install/.DS_Store" sh "$dir/install-fail-tool" "$install" cp -R "$dir/opentrack.app" "$tmp/" || exit 1 |