Skip to content

Commit

Permalink
Merge pull request Electron-Cash#2907 from Andrew-128/add-electrum-lo…
Browse files Browse the repository at this point in the history
…cale-android-build

Ensure the electrum-locale submodule gets initialized
  • Loading branch information
fyookball authored Sep 7, 2024
2 parents 3d74182 + 8824b29 commit bf2766a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eu

cd $(dirname $0)/..

git submodule update contrib/electrum-locale
git submodule update --init contrib/electrum-locale

docker build -t ec-android -f android/Dockerfile .
container_name=$(docker create ec-android)
Expand Down

0 comments on commit bf2766a

Please sign in to comment.