gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 75cfabb2c025b708ba72fcd394f2c995e5c5b7e9
parent 2c306f46a17acc143ff49f8a82d1119a116df266
Author: Amin Bandali <bandali@gnu.org>
Date:   Fri, 27 Aug 2021 22:54:25 -0400

* makeicecat: Note that the batch rebranding step will take a while.

Thanks to Tony Simoes for the suggestion.

Diffstat:
Mmakeicecat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makeicecat b/makeicecat @@ -432,7 +432,7 @@ apply_batch_branding() find . | tac | grep -i firefox | ${RENAME_CMD} --nofullpath -E 's/firefox/icecat/;' -E 's/Firefox/IceCat/;' find services/fxaccounts/rust-bridge | tac | ${RENAME_CMD} --nofullpath -E 's/icecat-accounts/firefox-accounts/;' -E 's/IceCatAccounts/FirefoxAccounts/;' - echo "Running batch rebranding" + echo "Running batch rebranding (this will take a while)" local sed_script=" s|marketplace\\.firefox\\.com|f-droid.org/repository/browse|g; s/org\\.mozilla\\.firefox/org.gnu.icecat/g;