package: disable binary code signing
... due to expired signing certificate and no ability to renew it Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
parent
f596dc4660
commit
4e8438a78b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import datetime, calendar
|
||||||
|
|
||||||
class BotSign(object):
|
class BotSign(object):
|
||||||
def __init__(self, product: str, url: str):
|
def __init__(self, product: str, url: str):
|
||||||
self.signing = True
|
self.signing = False
|
||||||
|
|
||||||
self.ossl_path = '/usr/bin/osslsigncode'
|
self.ossl_path = '/usr/bin/osslsigncode'
|
||||||
self.local_key = os.path.join(pathlib.Path().absolute(), 'bot_release_key.pfx');
|
self.local_key = os.path.join(pathlib.Path().absolute(), 'bot_release_key.pfx');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue