mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Updated to 126.0-1. Only the xmas patch needed a fix
This commit is contained in:
parent
a2551a89ce
commit
dd48ad3d27
2 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
||||||
index 4d7a481..4daacdb 100644
|
index 725a639..2b88218 100644
|
||||||
--- a/browser/installer/package-manifest.in
|
--- a/browser/installer/package-manifest.in
|
||||||
+++ b/browser/installer/package-manifest.in
|
+++ b/browser/installer/package-manifest.in
|
||||||
@@ -282,6 +282,11 @@
|
@@ -251,6 +251,11 @@
|
||||||
; gre location for now.
|
; Remote Settings JSON dumps
|
||||||
@RESPATH@/defaults/pref/channel-prefs.js
|
@RESPATH@/browser/defaults/settings
|
||||||
|
|
||||||
+; LibreWolf specific files.
|
+; LibreWolf specific files.
|
||||||
+@RESPATH@/defaults/pref/local-settings.js
|
+@RESPATH@/defaults/pref/local-settings.js
|
||||||
+@RESPATH@/distribution/policies.json
|
+@RESPATH@/distribution/policies.json
|
||||||
+@RESPATH@/librewolf.cfg
|
+@RESPATH@/librewolf.cfg
|
||||||
+
|
+
|
||||||
|
# channel-prefs.js has been removed on macOS.
|
||||||
|
#ifndef XP_MACOSX
|
||||||
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
|
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
|
||||||
; Technically this is an app pref file, but we are keeping it in the original
|
|
||||||
; gre location for now.
|
|
||||||
diff --git a/lw/moz.build b/lw/moz.build
|
diff --git a/lw/moz.build b/lw/moz.build
|
||||||
index e69de29..8589aac 100644
|
index e69de29..8589aac 100644
|
||||||
--- a/lw/moz.build
|
--- a/lw/moz.build
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
125.0.3
|
126.0
|
||||||
|
|
Loading…
Reference in a new issue