mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
use notarize
This commit is contained in:
parent
0817415d70
commit
83bdcef522
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = {
|
||||||
console.log(`Notarizing ${appId} found at ${appPath} with Apple ID ${process.env.APPLE_ID}`);
|
console.log(`Notarizing ${appId} found at ${appPath} with Apple ID ${process.env.APPLE_ID}`);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await electron_notarize.notarize({
|
await notarize({
|
||||||
appBundleId,
|
appBundleId,
|
||||||
appPath,
|
appPath,
|
||||||
appleId: process.env.APPLE_ID,
|
appleId: process.env.APPLE_ID,
|
||||||
|
|
Loading…
Reference in a new issue