adjusted branding

This commit is contained in:
oneflux 2025-04-21 11:27:30 -07:00
parent c2632db6fc
commit 014dd7c734
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ index bb0f71dd60..3ad3d84b82 100644
+; Camoufox specific files
+@RESPATH@/defaults/pref/local-settings.js
+@RESPATH@/distribution/policies.json
+@RESPATH@/camoufox.cfg
+@RESPATH@/omegafox.cfg
+
; [Default Preferences]
; All the pref files must be part of base to prevent migration bugs
@ -20,7 +20,7 @@ index e69de29bb2..208184547e 100644
+++ b/lw/moz.build
@@ -0,0 +1,14 @@
+FINAL_TARGET_FILES += [
+ "camoufox.cfg",
+ "omegafox.cfg",
+ "chrome.css",
+ "properties.json"
+]

View file

@ -32,7 +32,7 @@ run 'cp -v ../patches/librewolf/pack_vs.py build/vs/'
# Apply most recent `settings` repository files
run 'mkdir -p lw'
pushd lw > /dev/null
run 'cp -v ../../settings/camoufox.cfg .'
run 'cp -v ../../settings/omegafox.cfg .'
run 'cp -v ../../settings/distribution/policies.json .'
run 'cp -v ../../settings/defaults/pref/local-settings.js .'
run 'cp -v ../../settings/chrome.css .'

View file

@ -1,7 +1,7 @@
// Sets up the .cfg file.
//Specifies the .cfg filename (path cannot be changed)
pref("general.config.filename", "camoufox.cfg");
pref("general.config.filename", "omegafox.cfg");
//Allows .cfg file to be stored in plain text without obfuscation
pref("general.config.obscure_value", 0);