Skip to content

Commit 8823ca8

Browse files
authored
🤖 fix: log signature process for traceability (#1025)
_Generated with `mux`_
1 parent 292755c commit 8823ca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/sign-windows.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
const { execSync } = require("child_process");
1515
const path = require("path");
1616

17+
console.log("🔐 sign-windows.js loaded");
18+
1719
/**
1820
* @param {import("electron-builder").CustomWindowsSignTaskConfiguration} configuration
1921
* @returns {Promise<void>}
2022
*/
2123
exports.default = async function sign(configuration) {
24+
console.log("🔐 sign() function called for:", configuration.path);
2225
const filePath = configuration.path;
2326

2427
// Check if signing is configured

0 commit comments

Comments
 (0)