diff --git a/electron-builder.json b/electron-builder.json index fab1cd19..37bb4e7f 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -35,7 +35,9 @@ "arm64" ] }, - "rfc3161TimeStampServer": "http://timestamp.comodoca.com" + "signtoolOptions": { + "timeStampServer": "http://timestamp.comodoca.com" + } }, "nsis": { "include": "build/win/installer.nsh",