Fix windows codesigning script

This commit is contained in:
Micah Lee 2022-06-19 22:57:13 -04:00
parent 93e129983a
commit e4114bf01d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -590,7 +590,6 @@ def codesign(win32_path, win64_path):
"onionshare", "onionshare",
"resources", "resources",
"tor", "tor",
"Tor",
"meek-client.exe", "meek-client.exe",
) )
) )
@ -601,7 +600,6 @@ def codesign(win32_path, win64_path):
"onionshare", "onionshare",
"resources", "resources",
"tor", "tor",
"Tor",
"obfs4proxy.exe", "obfs4proxy.exe",
) )
) )
@ -612,7 +610,6 @@ def codesign(win32_path, win64_path):
"onionshare", "onionshare",
"resources", "resources",
"tor", "tor",
"Tor",
"snowflake-client.exe", "snowflake-client.exe",
) )
) )