From 629e03928e53bcf98a39641ff5cfd11429c2339a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 8 Sep 2019 19:12:16 +0200 Subject: [PATCH] assets/tools/deploy-python.sh: updated. --- assets/tools/deploy-python.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/tools/deploy-python.sh b/assets/tools/deploy-python.sh index a8d8b25..36c4d82 100755 --- a/assets/tools/deploy-python.sh +++ b/assets/tools/deploy-python.sh @@ -23,7 +23,11 @@ deploy() { -not -path "./${RELEASES_DNAME}" \ -not -path "./.git/*" \ -not -path "./.git" \ + -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_GIT_SHORT_REV__/${_release_version}/" "${_release_dname}/libgui/GuiCanvasInterface.py";