Skip to content

Commit

Permalink
fix(ci): use cjs for signing script
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 19, 2025
1 parent 4c529af commit e7152d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
asar: true,
icon: "./images/app-icons/icon",
windowsSign: {
hookModulePath: "bin\\sign-windows.js"
hookModulePath: "bin\\sign-windows.cjs"
},
extraResource: [
// Moved to root
Expand Down

0 comments on commit e7152d1

Please sign in to comment.