mirror of
https://github.com/eugeny/tabby
synced 2026-09-22 21:15:58 +00:00
Make macOS build fail if code signing fails (#11255)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Eugeny <161476+Eugeny@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ builder({
|
||||
version: vars.version,
|
||||
teamId: process.env.APPLE_TEAM_ID,
|
||||
},
|
||||
forceCodeSigning: !!process.env.CSC_LINK,
|
||||
mac: {
|
||||
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
|
||||
notarize: !!process.env.APPLE_TEAM_ID,
|
||||
|
||||
Reference in New Issue
Block a user