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

(cherry picked from commit 9d492f1)
  • Loading branch information
AndrewGable authored and OSBotify committed Jun 5, 2023
1 parent 3a34788 commit a585a75
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 a585a75

Please sign in to comment.