mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update timestamp server URLs
This commit is contained in:
parent
dd2420bcde
commit
6206f7687d
@ -548,7 +548,7 @@ class Win32Freeze(Command, WixMixIn):
|
|||||||
'https://calibre-ebook.com', '/tr']
|
'https://calibre-ebook.com', '/tr']
|
||||||
|
|
||||||
def runcmd(cmd):
|
def runcmd(cmd):
|
||||||
for timeserver in ('http://timestamp.geotrust.com/tsa', 'http://timestamp.comodoca.com/rfc3161',):
|
for timeserver in ('http://sha256timestamp.ws.symantec.com/sha256/timestamp', 'http://timestamp.comodoca.com/rfc3161',):
|
||||||
try:
|
try:
|
||||||
subprocess.check_call(cmd + [timeserver] + files)
|
subprocess.check_call(cmd + [timeserver] + files)
|
||||||
break
|
break
|
||||||
@ -771,7 +771,3 @@ class Win32Freeze(Command, WixMixIn):
|
|||||||
zf.writestr(zinfo, f.read())
|
zf.writestr(zinfo, f.read())
|
||||||
|
|
||||||
self.zf_names.add(name)
|
self.zf_names.add(name)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user