mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 02:34:19 -05: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:
co-authored by
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Eugeny
parent
78a56326ac
commit
b82ac4c9ad
@@ -26,6 +26,7 @@ builder({
|
|||||||
version: vars.version,
|
version: vars.version,
|
||||||
teamId: process.env.APPLE_TEAM_ID,
|
teamId: process.env.APPLE_TEAM_ID,
|
||||||
},
|
},
|
||||||
|
forceCodeSigning: !!process.env.CSC_LINK,
|
||||||
mac: {
|
mac: {
|
||||||
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
|
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
|
||||||
notarize: !!process.env.APPLE_TEAM_ID,
|
notarize: !!process.env.APPLE_TEAM_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user