Skip to content

Commit

Permalink
Add additional information for notarizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Apr 1, 2024
1 parent 3bf2f09 commit 05adb9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: npm run build:mac
env:
APPLE_ID: "${{ secrets.apple_id }}"
APPLE_ID_PASSWORD: "${{ secrets.apple_id_password }}"
APPLE_APP_SPECIFIC_PASSWORD: "${{ secrets.apple_app_specific_password }}"
CSC_LINK: "${{ secrets.mac_certs }}"
CSC_KEY_PASSWORD: "${{ secrets.mac_certs_password }}"
TEAM_ID: "${{ secrets.team_id }}"
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nsis:
mac:
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
notarize: false
notarize: true
dmg:
artifactName: ${name}-${version}.${ext}
linux:
Expand Down

0 comments on commit 05adb9f

Please sign in to comment.