From 62e7edc852f0b47c16db76688cd10d3739aad4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 19 Sep 2019 13:40:58 +0200 Subject: [PATCH] assets/tools/deploy-python.sh: updated. --- assets/tools/deploy-python.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/tools/deploy-python.sh b/assets/tools/deploy-python.sh index be94c7e..3195699 100755 --- a/assets/tools/deploy-python.sh +++ b/assets/tools/deploy-python.sh @@ -27,13 +27,12 @@ deploy() { -mindepth 1 \ -not -path "./${RELEASES_DNAME}/*" \ -not -path "./${RELEASES_DNAME}" \ - -not -path "./.git/*" \ - -not -path "./.git" \ + -not -path './.*/*' \ + -not -path './.*' \ -not -path '*/__pycache__/*' \ -not -path '*/__pycache__' \ -not -path './librtl/ImgurApiKey.py' \ -not -name '*.sw*' \ - -not -name '.gitignore' \ -not -name "${0##*/}" |\ cpio --quiet -dLmp "${_release_dname}"; sed -i"" "s/__ROAR_RELEASE_VERSION__/${_release_version_long}/" "${_release_dname}/libroar/RoarWindowAbout.py";