Skip to content

Commit

Permalink
update js file with other timestamp server
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrucho committed Jan 12, 2021
1 parent 433db9d commit 70e5b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const child_process_1 = __webpack_require__(129);
const process_1 = __webpack_require__(765);
const asyncExec = util_1.default.promisify(child_process_1.exec);
const certificateFileName = process_1.env['TEMP'] + '\\certificate.pfx';
const timestampUrl = 'http://timestamp.verisign.com/scripts/timstamp.dll';
const timestampUrl = 'http://timestamp.globalsign.com/scripts/timstamp.dll';
const signtool = 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe';
const signtoolFileExtensions = [
'.dll', '.exe', '.sys', '.vxd',
Expand Down

0 comments on commit 70e5b65

Please sign in to comment.