mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Cleanup macOS build workflow by removing unnecessary directory and adding executable permission to MAR
This commit is contained in:
@@ -229,10 +229,14 @@ jobs:
|
||||
env:
|
||||
JUST_MAR: true
|
||||
run: |
|
||||
# we don't need it anymore
|
||||
set -ex
|
||||
rm -rf ./obj-aarch64-apple-darwin
|
||||
export SURFER_PLATFORM="darwin"
|
||||
export ZEN_RELEASE=1
|
||||
# full path to zen-macos-host-mar
|
||||
export MAR=$(pwd)/zen-macos-host-mar
|
||||
chmod +x $MAR
|
||||
echo "MAR=$MAR"
|
||||
pnpm package
|
||||
mv ./dist/output.mar ./macos.mar
|
||||
|
Reference in New Issue
Block a user