Преглед изворни кода

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*