We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a2db2 commit 64cda61Copy full SHA for 64cda61
1 file changed
scripts/notarize.cjs
@@ -1,3 +1,5 @@
1
+process.env.DEBUG = 'electron-notarize*'
2
+
3
const {notarize} = require("@electron/notarize");
4
5
exports.default = async function notarizing(context) {
0 commit comments