Selaa lähdekoodia

improved cleanup in manual build script for macos

[ci skip]
Tobias Hagemann 3 vuotta sitten
vanhempi
commit
5233e6b690
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dist/mac/dmg/build.sh

+ 1 - 1
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"