1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00

Remove existing firefox-l10n directory before cloning to ensure fresh download of language packs

This commit is contained in:
mr. M 2025-02-05 18:18:00 +01:00
parent 6d63d56fdd
commit 16e0b5f319
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -10,6 +10,7 @@ cd $CURRENT_DIR
LAST_FIREFOX_L10N_COMMIT=$(cat ./firefox-cache/l10n-last-commit-hash)
cd ./l10n
rm -rf firefox-l10n
# clone only from LAST_FIREFOX_L10N_COMMIT
git clone https://github.com/mozilla-l10n/firefox-l10n
cd firefox-l10n