Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Aug 21, 2024
1 parent f98b220 commit 6d29165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/electron-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: 79ANZ983YF
CSC_FOR_PULL_REQUEST: true
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
- name: Build Electron
Expand Down
3 changes: 3 additions & 0 deletions packages/desktop-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"hardenedRuntime": true,
"gatekeeperAssess": false,
"artifactName": "${productName}-mac-${arch}.${ext}",
"notarize": {
"teamId": "79ANZ983YF"
},
"target": [
{
"target": "dmg",
Expand Down

0 comments on commit 6d29165

Please sign in to comment.