mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-19 14:46:04 +00:00
Update build-macos.mjs
This commit is contained in:
@@ -29,7 +29,6 @@ builder({
|
|||||||
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 ? {
|
||||||
appBundleId: 'org.tabby',
|
|
||||||
teamId: process.env.APPLE_TEAM_ID,
|
teamId: process.env.APPLE_TEAM_ID,
|
||||||
} : false,
|
} : false,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user