diff options
| -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  | 
