Browse Source

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

Jonas Reinsch 7 năm trước cách đây
mục cha
commit
ab3d08d7e4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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*