mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 22:32:58 -04:00
Update Windows code signing certificate again
This commit is contained in:
parent
57531649bd
commit
202ca62076
1 changed files with 5 additions and 5 deletions
|
@ -40,17 +40,17 @@ def sign(filename):
|
||||||
click.echo(f"> Signing {filename}")
|
click.echo(f"> Signing {filename}")
|
||||||
run(
|
run(
|
||||||
[
|
[
|
||||||
shutil.which("signtool"),
|
shutil.which("signtool.exe"),
|
||||||
"sign",
|
"sign",
|
||||||
"/v",
|
"/v",
|
||||||
"/d",
|
"/d",
|
||||||
"OnionShare",
|
"OnionShare",
|
||||||
"/sha1",
|
"/n",
|
||||||
"a0165a5cf503102364d49f16ba3f8b388f4666c7",
|
"Science and Design Inc.",
|
||||||
"/fd",
|
"/fd",
|
||||||
"SHA256",
|
"sha256",
|
||||||
"/td",
|
"/td",
|
||||||
"SHA256",
|
"sha256",
|
||||||
"/tr",
|
"/tr",
|
||||||
"http://timestamp.digicert.com",
|
"http://timestamp.digicert.com",
|
||||||
filename,
|
filename,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue