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:
jeefo 2024-08-16 05:37:17 +03:00
commit 4e8438a78b
No known key found for this signature in database
GPG key ID: D696786B81B667C8

View file

@ -14,7 +14,7 @@ import datetime, calendar
class BotSign(object):
def __init__(self, product: str, url: str):
self.signing = True
self.signing = False
self.ossl_path = '/usr/bin/osslsigncode'
self.local_key = os.path.join(pathlib.Path().absolute(), 'bot_release_key.pfx');