Replace old lowercase appname var.

This commit is contained in:
Bastian Kleineidam 2014-06-27 21:33:36 +02:00
parent 1d5edbe82e
commit c2e16a0a2a
1 changed files with 1 additions and 1 deletions

View File

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