Use local certs.
This commit is contained in:
parent
163ac2f534
commit
e3ab43ada0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -344,7 +344,7 @@ end;
|
|||
def sign (self):
|
||||
"""Sign InnoSetup installer with local self-signed certificate."""
|
||||
print("*** signing the inno setup installer ***")
|
||||
pfxfile = r'C:\%s.pfx' % self.lname
|
||||
pfxfile = r'scripts\%s.pfx' % self.lname
|
||||
if os.path.isfile(pfxfile):
|
||||
path = get_windows_sdk_path()
|
||||
signtool = os.path.join(path, "bin", "signtool.exe")
|
||||
|
|
Loading…
Reference in a new issue