Skip to content

Commit

Permalink
Merge branch 'chore_release-8.3.0' into eight-two-smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh authored Jan 8, 2025
2 parents 8f3bd4f + b565fea commit 7ff3852
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app-shell/electron-builder.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
'use strict'
const path = require('path')

const {
OT_APP_DEPLOY_BUCKET,
OT_APP_DEPLOY_FOLDER,
APPLE_TEAM_ID,
} = process.env
const { OT_APP_DEPLOY_BUCKET, OT_APP_DEPLOY_FOLDER } = process.env
const DEV_MODE = process.env.NODE_ENV !== 'production'
const USE_PYTHON = process.env.NO_PYTHON !== 'true'
const WINDOWS_SIGN = process.env.WINDOWS_SIGN === 'true'
Expand Down Expand Up @@ -62,9 +58,7 @@ module.exports = async () => ({
icon: project === 'robot-stack' ? 'build/icon.icns' : 'build/three.icns',
forceCodeSigning: !DEV_MODE,
gatekeeperAssess: true,
notarize: {
teamId: APPLE_TEAM_ID,
},
// note: notarize.teamId is passed by implicitly sending through the APPLE_TEAM_ID env var
},
dmg: {
icon: null,
Expand Down

0 comments on commit 7ff3852

Please sign in to comment.