mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-18 21:36:38 +00:00
assets/tools/deploy-python.sh: updated.
This commit is contained in:
parent
fcd5173329
commit
629e03928e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user