From b711432c5d5fd121f339e28fa2d6392316d01a90 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 20 Nov 2019 02:42:37 -0500 Subject: Fix icecat-wordmark.svg. * data/branding/icecat-wordmark.svg: New file. * makeicecat: Install it. --- makeicecat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index ab2a95e..7476490 100755 --- a/makeicecat +++ b/makeicecat @@ -282,6 +282,9 @@ sed '/description.*helpus/,/description/d' -i ./browser/base/content/aboutDialog find . | tac | grep -i fennec | prename --nofullpath -E 's/fennec/icecatmobile/;' -E 's/Fennec/IceCatMobile/;' find . | tac | grep -i firefox | prename --nofullpath -E 's/firefox/icecat/;' -E 's/Firefox/IceCat/;' +rm browser/components/newtab/data/content/assets/icecat-wordmark.svg +cp $DATA/branding/icecat-wordmark.svg browser/components/newtab/data/content/assets/ + echo "Running batch rebranding" SEDSCRIPT=" s|marketplace.firefox.com|f-droid.org/repository/browse|g; -- cgit v1.2.3