Fix windows codesigning script

This commit is contained in:
Micah Lee 2022-06-19 22:57:13 -04:00
parent 1421677b16
commit 99f117fa94

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",
) )
) )