diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-03-14 08:25:03 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-03-14 10:40:34 -0400 |
commit | a0dee73c09470eb2d896d049b581aed6179b30cc (patch) | |
tree | 0c2a7fa619bca359ed1dd671114dd3bb3478c588 | |
parent | 3e03d1276433f63bf8184a79601adc16f6051e3e (diff) |
update branding for v78.8
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | release.sh | 2 | ||||
-rw-r--r-- | src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +# build dirs +icedove-*/ # release tarballs *.tar.xz @@ -3,7 +3,7 @@ set -eu pkgname=icedove -brandingver=78.5 +brandingver=78.8 brandingrel=1 srcdir=src diff --git a/src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch b/src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch index 1cc276f..27dd7a8 100644 --- a/src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch +++ b/src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch @@ -37,7 +37,7 @@ diff --git a/comm/mail/app/profile/all-thunderbird.js b/comm/mail/app/profile/al #endif // Base URL for web-based support pages. --pref("app.support.baseURL", "https://support.thunderbird.net/%LOCALE%/%APP%/%APPBUILDID%/"); +-pref("app.support.baseURL", "https://support.thunderbird.net/%APP%/%VERSION%/%OS%/%LOCALE%/"); +pref("app.support.baseURL", "https://support.thunderbird.net/%LOCALE%/thunderbird/%APPBUILDID%/"); // Base url for web-based feedback pages. |