locale: rm llm_proofreader directory during build
Deletes the llm_proofreader directory during the build so these scripts aren't bundled into the binaries.
This commit is contained in:
@@ -13,4 +13,5 @@ LOCALE="$PROJECT_ROOT/electrum/locale/"
|
|||||||
cd "$LOCALE"
|
cd "$LOCALE"
|
||||||
git clean -ffxd
|
git clean -ffxd
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
rm -rf llm_proofreader
|
||||||
"$CONTRIB_LOCALE/build_locale.sh" "$LOCALE/locale" "$LOCALE/locale"
|
"$CONTRIB_LOCALE/build_locale.sh" "$LOCALE/locale" "$LOCALE/locale"
|
||||||
|
|||||||
Reference in New Issue
Block a user