Skip to content

Commit

Permalink
chore: package update
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Nov 23, 2023
1 parent ba0f869 commit 0c76b94
Show file tree
Hide file tree
Showing 4 changed files with 1,101 additions and 1,129 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
CI: true
APPLE_ID: ${{ secrets.APPLE_ID}}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS}}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASS}}

create-mac-checksum:
needs:
Expand Down
2 changes: 1 addition & 1 deletion electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notarize } = require('electron-notarize');
const { notarize } = require('@electron/notarize');
const { build } = require('../../package.json');

exports.default = async function notarizeMacOS(context) {
Expand Down
Loading

0 comments on commit 0c76b94

Please sign in to comment.