mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-03 18:44:39 +00:00
Rename extract_dmg to unpack_dmg in macOS build workflow and fix newline in surfer.json
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user