summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-03-14 08:25:03 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-03-31 05:27:20 -0400
commitbfbb860c213baff6b16cf7a4a938eda2c25e1c42 (patch)
tree0c2a7fa619bca359ed1dd671114dd3bb3478c588
parentdd5435acd358e01327edf91e9b2eeaf96516fc91 (diff)
update for v78.8
-rw-r--r--.gitignore2
-rwxr-xr-xrelease.sh2
-rw-r--r--src/patches/icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch2
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b642e30..1341238 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+# build dirs
+icedove-*/
# release tarballs
*.tar.xz
diff --git a/release.sh b/release.sh
index 5d6f7f5..378a40c 100755
--- a/release.sh
+++ b/release.sh
@@ -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.