improved cleanup in manual build script for macos

[ci skip]
This commit is contained in:
Tobias Hagemann
2022-05-17 18:33:02 +02:00
parent 4989eacaf9
commit 5233e6b690

View File

@@ -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"