mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +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
|
||||
|
||||
|
@@ -53,4 +53,4 @@
|
||||
"licenseType": "MPL-2.0"
|
||||
},
|
||||
"updateHostname": "updates.zen-browser.app"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user