mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Update Mac build
This commit is contained in:
parent
29ab030848
commit
3a1adbf186
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue