1
0

build: use build-locale.sh in all build scripts

This commit is contained in:
SomberNight
2022-08-16 18:16:28 +00:00
parent d0de44a794
commit c2b5e3ec15
6 changed files with 25 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ git submodule update --init
rm -rf "$LOCALE"
cp -r "$CONTRIB/deterministic-build/electrum-locale/locale/" "$LOCALE/"
if ([ "$OMIT_UNCLEAN_FILES" != 1 ]); then
"$CONTRIB/build_locale.sh" "$LOCALE"
"$CONTRIB/build_locale.sh" "$LOCALE" "$LOCALE"
fi
)