Browse Source

Update build-macos.mjs

Eugene 1 year ago
parent
commit
9bcbde265d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/build-macos.mjs

+ 0 - 1
scripts/build-macos.mjs

@@ -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,
         },