mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 12:36:38 +00:00
assets/tools/deploy-python.sh: updated.
This commit is contained in:
parent
5320e45651
commit
62e7edc852
@ -27,13 +27,12 @@ deploy() {
|
||||
-mindepth 1 \
|
||||
-not -path "./${RELEASES_DNAME}/*" \
|
||||
-not -path "./${RELEASES_DNAME}" \
|
||||
-not -path "./.git/*" \
|
||||
-not -path "./.git" \
|
||||
-not -path './.*/*' \
|
||||
-not -path './.*' \
|
||||
-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_VERSION__/${_release_version_long}/" "${_release_dname}/libroar/RoarWindowAbout.py";
|
||||
|
Loading…
Reference in New Issue
Block a user