Skip to content

Commit

Permalink
Merge pull request #20218 from Expensify/Rory-UpdatePackageName
Browse files Browse the repository at this point in the history
[No QA] Update electron-notarize package name
  • Loading branch information
AndrewGable committed Jun 5, 2023
2 parents 5a6d152 + 442ed0c commit 9d492f1
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 9d492f1

Please sign in to comment.