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 8896752
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ module.exports = {
iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico",
setupIcon: "./images/app-icons/icon.ico",
loadingGif: "./images/app-icons/win/setup-banner.gif",
signToolPath: "C:\\ev_signer_trilium\\ev_signer_trilium.exe",
signWithParams: "--executable",
windowsSign: {
hookModulePath: "./bin/sign-windows.js"
signToolPath: "C:\\ev_signer_trilium\\ev_signer_trilium.exe",
signWithParams: "--executable"
}
}
},
Expand Down

0 comments on commit 8896752

Please sign in to comment.