Skip to content

Commit

Permalink
removed custom notarize script
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Sep 24, 2023
1 parent 0b26bfd commit 452a96b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
APPLE_ID: ${{ secrets.apple_id }}
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
APPLEIDPASS: ${{ secrets.apple_id_password }}
APPLETEAMID: ${{ secrets.apple_team_id }}
APPLE_TEAM_ID: ${{ secrets.apple_team_id }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

# chocolatey
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files:
- '!**/*.ts'
- '!**/*.ts.map'
- '!**/*.js.map'
afterSign: electron-builder-notarize # scripts/notarize.js
afterSign: electron-builder-notarize
mac:
artifactName: ${name}_${version}_${arch}_${os}.${ext}
category: public.app-category.developer-tools
Expand Down
21 changes: 0 additions & 21 deletions packages/altair-electron/scripts/notarize.js

This file was deleted.

0 comments on commit 452a96b

Please sign in to comment.