Skip to content

Commit

Permalink
Fix notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Feb 4, 2025
1 parent 10901c8 commit 7fd2264
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Build/release Electron app for macOS
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
if: matrix.os == 'macos-latest'
Expand Down
21 changes: 0 additions & 21 deletions build/notarize.mac.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist"
},
"afterSign": "build/notarize.mac.js",
"linux": {
"target": [
{
Expand Down

0 comments on commit 7fd2264

Please sign in to comment.