This commit is contained in:
Nayam Amarshe
2023-09-03 13:44:13 +05:30
parent 9d181520f7
commit d4fedc9ab1
4 changed files with 131 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
require("dotenv").config();
const { notarize } = require("electron-notarize");
const { notarize } = require("@electron/notarize");
exports.default = async function notarizing(context) {
const { electronPlatformName, appOutDir } = context;