From 3a1adbf1860691df671d9de07cd473089bad9692 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 24 Jan 2023 22:30:43 +0000 Subject: [PATCH] Update Mac build --- .cirrus.yml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 19ef4f0e..b82ab93a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -90,7 +90,6 @@ build_task: build_script: - source .venv/bin/activate - make bundle_mac MAC_TYPE=arm64 - - dist/Buzz.app/Contents/MacOS/Buzz zip_artifacts: name: buzz diff --git a/Makefile b/Makefile index d9511d94..1201c4a1 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ codesign_all_mac: done codesign --force --options=runtime --sign "$$BUZZ_CODESIGN_IDENTITY" --timestamp dist/Buzz.app/Contents/MacOS/Buzz codesign --force --options=runtime --sign "$$BUZZ_CODESIGN_IDENTITY" --entitlements ./entitlements.plist --timestamp dist/Buzz.app - codesign --verify --deep --strict --verbose=2 dist/Buzz.app + codesign --verify --deep --strict dist/Buzz.app # HELPERS