Skip to content

Commit

Permalink
WIP: fix: Let electron-builder notarize app
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Oct 15, 2024
1 parent d136bda commit f6cd44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ env:
OS_PROJECT_DOMAIN_NAME: "Default"
OS_AUTH_URL: "https://auth.cloud.ovh.net/v3"
OS_IDENTITY_API_VERSION: "3"
#APPLE_APP_SPECIFIC_PASSWORD: "${{ secrets.APPLE_ID_PASSWORD }}"

jobs:
cancel:
Expand Down
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mac:
- target: dmg
arch:
- x64
notarize: false # XXX: we do it ourselves in afterSign
dmg:
contents:
- x: 110
Expand Down

0 comments on commit f6cd44c

Please sign in to comment.