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 73964b3 commit febd280Copy full SHA for febd280
setup.py
@@ -154,7 +154,7 @@ def download_SNI() -> None:
154
with open("X:/pw.txt", encoding="utf-8-sig") as f:
155
pw = f.read()
156
signtool = r'signtool sign /f X:/_SITS_Zertifikat_.pfx /p "' + pw + \
157
- r'" /fd sha256 /tr http://timestamp.digicert.com/ '
+ r'" /fd sha256 /td sha256 /tr http://timestamp.digicert.com/ '
158
else:
159
signtool = None
160
0 commit comments