Skip to content

Commit

Permalink
chore(ci): using signing params instead of hook
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 19, 2025
1 parent 25a8b77 commit 0cb9795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ module.exports = {
setupIcon: "./images/app-icons/icon.ico",
loadingGif: "./images/app-icons/win/setup-banner.gif",
windowsSign: {
hookModulePath: "./bin/sign-windows.js"
signToolPath: "C:\\ev_signer_trilium\\ev_signer_trilium.exe",
signWithParams: "--executable"
}
}
},
Expand Down

0 comments on commit 0cb9795

Please sign in to comment.