Skip to content

Commit

Permalink
fix timestamp server for code sign
Browse files Browse the repository at this point in the history
  • Loading branch information
koizuka committed Mar 9, 2021
1 parent 6d59a7d commit 225f21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron-builder/stable.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const config = {
publisherName: [
'DWANGO Co.,Ltd.'
],
rfc3161TimeStampServer: 'http://timestamp.digicert.com'
rfc3161TimeStampServer: 'http://timestamp.digicert.com/?alg=sha1',
timeStampServer: 'http://timestamp.digicert.com'
},
extraMetadata: {
env: 'production'
Expand Down

0 comments on commit 225f21e

Please sign in to comment.