This repository was archived by the owner on Oct 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ ROOT_FOLDER="$CONTRIB_ANDROID"/../..
77PACKAGES=" $ROOT_FOLDER " /packages/
88LOCALE=" $ROOT_FOLDER " /electrum_dash/locale/
99
10- if [ ! -d " $LOCALE " ]; then
11- echo " Run make_locale first!"
12- exit 1
13- fi
10+ # if [ ! -d "$LOCALE" ]; then
11+ # echo "Run make_locale first!"
12+ # exit 1
13+ # fi
1414
1515if [ ! -d " $PACKAGES " ]; then
1616 echo " Run make_packages first!"
Original file line number Diff line number Diff line change 22
33set -ev
44
5- ./contrib/make_locale
5+ # ./contrib/make_locale
66./contrib/make_packages
77python3 setup.py sdist --format=zip,gztar
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ev
33
4- ./contrib/make_locale
4+ # ./contrib/make_locale
55find . -name ' *.po' -delete
66find . -name ' *.pot' -delete
77
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $PIP_CMD install --no-dependencies --no-warn-script-location -I \
2929 -r contrib/deterministic-build/requirements-build-mac.txt
3030
3131export PATH=" /usr/local/opt/gettext/bin:$PATH "
32- ./contrib/make_locale
32+ # ./contrib/make_locale
3333find . -name ' *.po' -delete
3434find . -name ' *.pot' -delete
3535
Original file line number Diff line number Diff line change 1616
1717
1818pushd electrum-dash
19- ./contrib/make_locale
19+ # ./contrib/make_locale
2020find . -name ' *.po' -delete
2121find . -name ' *.pot' -delete
2222popd
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $PIP_CMD install --no-dependencies --no-warn-script-location -I \
3535 -r contrib/deterministic-build/requirements-build-mac.txt
3636
3737export PATH=" /usr/local/opt/gettext/bin:$PATH "
38- ./contrib/make_locale
38+ # ./contrib/make_locale
3939find . -name ' *.po' -delete
4040find . -name ' *.pot' -delete
4141
You can’t perform that action at this time.
0 commit comments