From 2e538c1ef56c6bf7d9e9a2b133ef94efb9d91690 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Jul 2012 14:36:48 +0530 Subject: [PATCH] ... --- setup/installer/windows/freeze.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index 48dd2479c2..b7f6c426f1 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -23,6 +23,7 @@ SW = r'C:\cygwin\home\kovid\sw' IMAGEMAGICK = os.path.join(SW, 'build', 'ImageMagick-6.7.6', 'VisualMagick', 'bin') CRT = r'C:\Microsoft.VC90.CRT' +SIGNTOOL = r'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\signtool.exe' VERSION = re.sub('[a-z]\d+', '', __version__) WINVER = VERSION+'.0'