We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5480b0 commit c23b792Copy full SHA for c23b792
forge.config.ts
@@ -124,7 +124,9 @@ const config: ForgeConfig = {
124
noMsi: true,
125
setupExe: `electron-fiddle-${version}-win32-${arch}-setup.exe`,
126
setupIcon: path.resolve(iconDir, 'fiddle.ico'),
127
- signWithParams: `/sha1 ${process.env.CERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
+ windowsSign: {
128
+ signWithParams: `/sha1 ${process.env.CERT_FINGERPRINT} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256`,
129
+ },
130
}),
131
},
132
{
0 commit comments