assets/tools/deploy-python.sh: updated.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-19 13:40:58 +02:00
parent 5320e45651
commit 62e7edc852

View File

@ -27,13 +27,12 @@ deploy() {
-mindepth 1 \ -mindepth 1 \
-not -path "./${RELEASES_DNAME}/*" \ -not -path "./${RELEASES_DNAME}/*" \
-not -path "./${RELEASES_DNAME}" \ -not -path "./${RELEASES_DNAME}" \
-not -path "./.git/*" \ -not -path './.*/*' \
-not -path "./.git" \ -not -path './.*' \
-not -path '*/__pycache__/*' \ -not -path '*/__pycache__/*' \
-not -path '*/__pycache__' \ -not -path '*/__pycache__' \
-not -path './librtl/ImgurApiKey.py' \ -not -path './librtl/ImgurApiKey.py' \
-not -name '*.sw*' \ -not -name '*.sw*' \
-not -name '.gitignore' \
-not -name "${0##*/}" |\ -not -name "${0##*/}" |\
cpio --quiet -dLmp "${_release_dname}"; cpio --quiet -dLmp "${_release_dname}";
sed -i"" "s/__ROAR_RELEASE_VERSION__/${_release_version_long}/" "${_release_dname}/libroar/RoarWindowAbout.py"; sed -i"" "s/__ROAR_RELEASE_VERSION__/${_release_version_long}/" "${_release_dname}/libroar/RoarWindowAbout.py";