Rename extract_dmg to unpack_dmg in macOS build workflow and fix newline in surfer.json

This commit is contained in:
mr. M
2025-01-25 22:55:42 +01:00
parent ac53d731e9
commit b863045a8f
2 changed files with 3 additions and 3 deletions

View File

@@ -135,11 +135,11 @@ jobs:
set -ex
cd engine
echo "Extracting x86_64 .app from dmg"
./mach python -m mozbuild.action.extract_dmg \
./mach python -m mozbuild.action.unpack_dmg \
./obj-x86_64-apple-darwin/dist/zen*.dmg \
./obj-x86_64-apple-darwin/dist
echo "Extracting aarch64 .app from dmg"
./mach python -m mozbuild.action.extract_dmg \
./mach python -m mozbuild.action.unpack_dmg \
./obj-aarch64-apple-darwin/dist/zen*.dmg \
./obj-aarch64-apple-darwin/dist

View File

@@ -53,4 +53,4 @@
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.zen-browser.app"
}
}