Replace old lowercase appname var.
This commit is contained in:
parent
1d5edbe82e
commit
c2e16a0a2a
2
setup.py
2
setup.py
|
@ -360,7 +360,7 @@ end;
|
|||
def sign (self):
|
||||
"""Sign InnoSetup installer with local self-signed certificate."""
|
||||
print("*** signing the inno setup installer ***")
|
||||
pfxfile = r'scripts\%s.pfx' % self.lname
|
||||
pfxfile = r'scripts\%s.pfx' % self.name
|
||||
if os.path.isfile(pfxfile):
|
||||
path = get_windows_sdk_path()
|
||||
signtool = os.path.join(path, "bin", "signtool.exe")
|
||||
|
|
Loading…
Reference in New Issue