瀏覽代碼

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

Jonas Reinsch 7 年之前
父節點
當前提交
ab3d08d7e4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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*