LeOSium-WF/waterfoxPatches/rebranding.sh

8 lines
244 B
Bash
Raw Normal View History

2025-02-18 13:44:30 +01:00
cd app/src/main/res
2024-12-26 11:07:46 +01:00
2025-02-18 13:44:30 +01:00
grep -RIl 'LeOSium Project' | xargs sed -i 's/LeOSium Project/Harvey186/g'
grep -RIl ' BrowserWorks' | xargs sed -i 's/ BrowserWorkd/ Harvey186/g'
grep -RIl ' Waterfox' | xargs sed -i 's/Waterfox/LeOSium/g'
2024-12-26 11:07:46 +01:00
cd ../../../..