From b9c75ddd0cfbaf514736fc3c3bc864ddf46e2f38 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 12 Dec 2013 23:27:30 +0100 Subject: [PATCH] Use local certs. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbaf467..3ca7f3d 100644 --- a/setup.py +++ b/setup.py @@ -362,7 +362,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")