Explorar el Código

improved cleanup in manual build script for macos

[ci skip]
Tobias Hagemann hace 3 años
padre
commit
5233e6b690
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"