mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
adjusted branding
This commit is contained in:
parent
c2632db6fc
commit
014dd7c734
3 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
+]
|
||||
|
|
|
|||
|
|
@ -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 .'
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue