aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-10-26 19:31:05 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-26 14:01:05 +0000
commit08799248803cecc991560bf438fe1d83fe65ad70 (patch)
treede1bcdb73577428a1164f7d01b6e3f6fee90aa87 /build-helpers
parentrefactor: convert AccountDashboard to typescript (diff)
downloadferdium-app-08799248803cecc991560bf438fe1d83fe65ad70.tar.gz
ferdium-app-08799248803cecc991560bf438fe1d83fe65ad70.tar.zst
ferdium-app-08799248803cecc991560bf438fe1d83fe65ad70.zip
chore: replace 'electron-notarize' with '@electron/notarize' (#711)
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/notarize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js
index 5cfc6b541..a067a9882 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -7,7 +7,7 @@ exports.default = async function notarizing(context) {
7 const appName = context.packager.appInfo.productFilename; 7 const appName = context.packager.appInfo.productFilename;
8 8
9 // @ts-ignore global-require 9 // @ts-ignore global-require
10 const { notarize } = require('electron-notarize'); 10 const { notarize } = require('@electron/notarize');
11 11
12 await notarize({ 12 await notarize({
13 tool: 'notarytool', 13 tool: 'notarytool',