mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[PM-1691] Upgrade electron builder (#5038)
* Upgrade electron builder * Fix after-sign * Allow singleArch * Add CSC_FOR_PULL_REQUEST
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
require("dotenv").config();
|
||||
const path = require("path");
|
||||
|
||||
const { notarize } = require("@electron/notarize");
|
||||
const { deepAssign } = require("builder-util");
|
||||
const { notarize } = require("electron-notarize");
|
||||
const fse = require("fs-extra");
|
||||
|
||||
exports.default = run;
|
||||
|
||||
Reference in New Issue
Block a user