mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:52:04 -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
|
+; Camoufox specific files
|
||||||
+@RESPATH@/defaults/pref/local-settings.js
|
+@RESPATH@/defaults/pref/local-settings.js
|
||||||
+@RESPATH@/distribution/policies.json
|
+@RESPATH@/distribution/policies.json
|
||||||
+@RESPATH@/camoufox.cfg
|
+@RESPATH@/omegafox.cfg
|
||||||
+
|
+
|
||||||
; [Default Preferences]
|
; [Default Preferences]
|
||||||
; All the pref files must be part of base to prevent migration bugs
|
; 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
|
+++ b/lw/moz.build
|
||||||
@@ -0,0 +1,14 @@
|
@@ -0,0 +1,14 @@
|
||||||
+FINAL_TARGET_FILES += [
|
+FINAL_TARGET_FILES += [
|
||||||
+ "camoufox.cfg",
|
+ "omegafox.cfg",
|
||||||
+ "chrome.css",
|
+ "chrome.css",
|
||||||
+ "properties.json"
|
+ "properties.json"
|
||||||
+]
|
+]
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ run 'cp -v ../patches/librewolf/pack_vs.py build/vs/'
|
||||||
# Apply most recent `settings` repository files
|
# Apply most recent `settings` repository files
|
||||||
run 'mkdir -p lw'
|
run 'mkdir -p lw'
|
||||||
pushd lw > /dev/null
|
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/distribution/policies.json .'
|
||||||
run 'cp -v ../../settings/defaults/pref/local-settings.js .'
|
run 'cp -v ../../settings/defaults/pref/local-settings.js .'
|
||||||
run 'cp -v ../../settings/chrome.css .'
|
run 'cp -v ../../settings/chrome.css .'
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// Sets up the .cfg file.
|
// Sets up the .cfg file.
|
||||||
|
|
||||||
//Specifies the .cfg filename (path cannot be changed)
|
//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
|
//Allows .cfg file to be stored in plain text without obfuscation
|
||||||
pref("general.config.obscure_value", 0);
|
pref("general.config.obscure_value", 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue