Skip to content

Commit c23b792

Browse files
authored
build: use @electron/windows-sign (#1785)
1 parent d5480b0 commit c23b792

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

forge.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ const config: ForgeConfig = {
124124
noMsi: true,
125125
setupExe: `electron-fiddle-${version}-win32-${arch}-setup.exe`,
126126
setupIcon: path.resolve(iconDir, 'fiddle.ico'),
127-
signWithParams: `/sha1 ${process.env.CERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
127+
windowsSign: {
128+
signWithParams: `/sha1 ${process.env.CERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
129+
},
128130
}),
129131
},
130132
{

0 commit comments

Comments
 (0)