gnuzilla

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

commit b126c75ae8da6f2cb1d1ad6396bfc456bdba58ba
parent 744b9753779385b2a84aece5991847a7e9becd3d
Author: parona <parona@protonmail.com>
Date:   Wed, 24 Sep 2025 15:42:02 +0000

Rename org.<vendor>.<package> files

Search provider files and files in the flatpak directory have these
names. Otherwise you get invalid names like org.mozilla.icecat which
will break when the files itself will have mozilla correctly changed to
gnu.

Signed-off-by: Mark H Weaver <mhw@netris.org>

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

diff --git a/makeicecat b/makeicecat @@ -624,7 +624,7 @@ apply_batch_branding() find . -depth | grep -i fennec | rename_files -e s/fennec/icecatmobile/g -e s/Fennec/IceCatMobile/g find . -depth | grep -i firefox | - rename_files -e s/firefox/icecat/g -e s/Firefox/IceCat/g + rename_files -e s/org.mozilla.firefox/org.gnu.icecat/g -e s/firefox/icecat/g -e s/Firefox/IceCat/g echo "Running batch rebranding (this will take a while)" local sed_script="