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

This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-08 19:12:16 +02:00
parent fcd5173329
commit 629e03928e

View File

@ -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";