소스 검색

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*