feat(ci): set up signing hook

This commit is contained in:
Elian Doran
2025-03-23 23:22:22 +02:00
parent ad0f844681
commit 40f4fdab47
3 changed files with 12 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ module.exports = {
appleIdPassword: process.env.APPLE_ID_PASSWORD,
teamId: process.env.APPLE_TEAM_ID
},
windowsSign: {
hookModulePath: "bin\\sign-windows.cjs"
},
extraResource: [
// All resources should stay in Resources directory for macOS
...(process.platform === "darwin" ? [] : extraResourcesForPlatform),