Move python to scripts dir
This commit is contained in:
parent
e85110f4eb
commit
a8a23150d9
6 changed files with 5 additions and 6 deletions
|
@ -59,13 +59,13 @@ build_variant() {
|
|||
if [[ "$1" != "eng" ]]; then
|
||||
cp -rf www.$1/* www
|
||||
fi
|
||||
python3 replace_special_symbols.py
|
||||
python3 create_listing.py
|
||||
python3 scripts/replace_special_symbols.py
|
||||
python3 scripts/create_listing.py
|
||||
echo "* Building $1 version..."
|
||||
cordova build android
|
||||
}
|
||||
|
||||
VARIANT="eng" # eng/rus/br
|
||||
VARIANT="br" # eng/rus/br
|
||||
|
||||
build_variant $VARIANT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue