Skip to content

Commit

Permalink
fix macos notarization #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferllings committed Apr 29, 2024
1 parent 885ff3c commit d413c41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 298 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:

# macOS notarization API key
APPLE_ID: ${{ secrets.apple_id }}
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_id_password }}
APPLE_TEAM_ID: ${{ secrets.apple_team_id }}
ARCH: universal
Expand All @@ -55,7 +54,6 @@ jobs:

# macOS notarization API key
APPLE_ID: ${{ secrets.apple_id }}
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_id_password }}
APPLE_TEAM_ID: ${{ secrets.apple_team_id }}
ARCH: universal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"author": "Cédric Trévisan <ctrevisan@tpgi.com>",
"license": "GPL-3.0",
"devDependencies": {
"@electron/notarize": "^2.3.0",
"cross-env": "^7.0.3",
"electron": "29.1.4",
"electron-builder": "^24.13.3",
"electron-builder-notarize": "^1.5.2"
"electron-builder": "^24.13.3"
},
"dependencies": {
"color-blind": "^0.1.3",
Expand Down

0 comments on commit d413c41

Please sign in to comment.