Update build-macos.mjs

This commit is contained in:
Eugene
2025-01-08 12:10:06 +01:00
parent fee857a0f6
commit 9bcbde265d

View File

@@ -29,7 +29,6 @@ builder({
mac: {
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
notarize: process.env.APPLE_TEAM_ID ? {
appBundleId: 'org.tabby',
teamId: process.env.APPLE_TEAM_ID,
} : false,
},