Skip to content

Commit

Permalink
add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed May 9, 2024
1 parent bffbbf9 commit ea8e3c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron_sign_exe.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const { execSync } = require("child_process");

module.exports = async function (configuration) {
console.log("Signing executable");
if (!configuration.path.includes(configuration.name + "-Setup")) {
console.log(`Skipping signing of ${configuration.path}`);
return;
}

Expand Down

0 comments on commit ea8e3c2

Please sign in to comment.