diff --git a/dist/mac/dmg/build.sh b/dist/mac/dmg/build.sh index 83a3e150b..525e19cfe 100755 --- a/dist/mac/dmg/build.sh +++ b/dist/mac/dmg/build.sh @@ -16,7 +16,7 @@ shift "$((OPTIND-1))" # prepare working dir cd $(dirname $0) -rm -rf runtime dmg +rm -rf runtime dmg *.app *.dmg # set variables APP_NAME="Cryptomator"