We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292755c commit 8823ca8Copy full SHA for 8823ca8
scripts/sign-windows.js
@@ -14,11 +14,14 @@
14
const { execSync } = require("child_process");
15
const path = require("path");
16
17
+console.log("🔐 sign-windows.js loaded");
18
+
19
/**
20
* @param {import("electron-builder").CustomWindowsSignTaskConfiguration} configuration
21
* @returns {Promise<void>}
22
*/
23
exports.default = async function sign(configuration) {
24
+ console.log("🔐 sign() function called for:", configuration.path);
25
const filePath = configuration.path;
26
27
// Check if signing is configured
0 commit comments