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:
f321x
2026-02-20 16:35:01 +01:00
parent 53166cc077
commit 0e7f7b30fc
+1
View File
@@ -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"