0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00

Updated to 126.0-1. Only the xmas patch needed a fix

This commit is contained in:
Bert van der Weerd 2024-05-15 08:11:17 +02:00
parent a2551a89ce
commit dd48ad3d27
No known key found for this signature in database
GPG key ID: 1B93BFCB9DEDFAA0
2 changed files with 7 additions and 7 deletions

View file

@ -1,19 +1,19 @@
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
+++ b/browser/installer/package-manifest.in
@@ -282,6 +282,11 @@
; gre location for now.
@RESPATH@/defaults/pref/channel-prefs.js
@@ -251,6 +251,11 @@
; Remote Settings JSON dumps
@RESPATH@/browser/defaults/settings
+; LibreWolf specific files.
+@RESPATH@/defaults/pref/local-settings.js
+@RESPATH@/distribution/policies.json
+@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)
; 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
index e69de29..8589aac 100644
--- a/lw/moz.build

View file

@ -1 +1 @@
125.0.3
126.0