Skip to content

Commit

Permalink
Update electron-notarize package name
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 5, 2023
1 parent 5a6d152 commit 442ed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/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 electron = require('../config/electronBuilder.config');

exports.default = function notarizing(context) {
Expand Down

0 comments on commit 442ed0c

Please sign in to comment.