no-bug: Sync upstream Firefox to version 150.0 (gh-13351)

This commit is contained in:
mr. m
2026-04-21 23:18:10 +02:00
committed by GitHub
parent 3b8e6f4718
commit 3166d50412
4 changed files with 13 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
### Firefox Versions
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `149.0.2`! 🚀
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `150.0`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 150.0`!
### Contributing

View File

@@ -1 +1 @@
11d1ba8e182db855a1aba82796e219c2abe8c3ac
fb55808f9cdd2172649e551705008af4f98038fe

View File

@@ -185,10 +185,17 @@ sign_mars() {
folders=(
linux.mar
linux-aarch64.mar
windows.mar
windows-arm64.mar
macos.mar
)
if [ -d ".github/workflows/object/windows-x64-signed-x86_64" ]; then
folders+=(".github/workflows/object/windows-x64-signed-x86_64")
folders+=(".github/workflows/object/windows-x64-signed-arm64")
else
folders+=("windows.mar")
folders+=("windows-arm64.mar")
fi
# each folder will contain the .mar files for that platform, and the signature will be written in-place
for folder in "${folders[@]}"; do
if [ -d "$folder" ]; then

View File

@@ -5,7 +5,7 @@
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "149.0.2",
"version": "150.0",
"candidate": "150.0",
"candidateBuild": 1
},
@@ -20,7 +20,7 @@
"brandShortName": "Zen",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.19.8b",
"displayVersion": "1.19.9b",
"github": {
"repo": "zen-browser/desktop"
},