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

This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-10 12:32:09 +02:00
parent 1156f8b5c3
commit 5f7f2b0f9c

View File

@ -30,7 +30,7 @@ deploy() {
-not -name '.gitignore' \
-not -name "${0##*/}" |\
cpio --quiet -dLmp "${_release_dname}";
sed -i"" "s/__ROAR_RELEASE_GIT_SHORT_REV__/${_release_version}/" "${_release_dname}/libgui/GuiCanvasInterfaceAbout.py";
sed -i"" "s/__ROAR_RELEASE_GIT_SHORT_REV__/${_release_version}/" "${_release_dname}/libroar/RoarWindowAbout.py";
cd "${RELEASES_DNAME}";
if [ "${_vflag:-0}" -eq 0 ]; then
zip -9 -r "${_release_fname##${RELEASES_DNAME}/}" "${_release_dname##${RELEASES_DNAME}/}" >/dev/null;