Explorar el Código

script removes .git* files of deltachat-core now upon copying

Jonas Reinsch hace 7 años
padre
commit
ab3d08d7e4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      get_libraries.sh

+ 1 - 0
get_libraries.sh

@@ -12,3 +12,4 @@ fi
 rm -rf "${dst}"
 mkdir -p "${dst}"
 cp -r "${base}" "$dst"
+rm -rf "$dst"/deltachat-core/.git*