Skip to content

Commit

Permalink
feat(ci): try calling windows signing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 19, 2025
1 parent 16e091c commit 25a8b77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/sign-windows.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default async function (filePath) {
console.log(`Path to file to sign: ${filePath}`)
}
5 changes: 4 additions & 1 deletion forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ module.exports = {
config: {
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"
loadingGif: "./images/app-icons/win/setup-banner.gif",
windowsSign: {
hookModulePath: "./bin/sign-windows.js"
}
}
},
{
Expand Down

0 comments on commit 25a8b77

Please sign in to comment.