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

@@ -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