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. --- data/branding/icecat-wordmark.svg | 1 + makeicecat | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 data/branding/icecat-wordmark.svg diff --git a/data/branding/icecat-wordmark.svg b/data/branding/icecat-wordmark.svg new file mode 100644 index 0000000..bb448f1 --- /dev/null +++ b/data/branding/icecat-wordmark.svg @@ -0,0 +1 @@ + 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