From b0344c2712791c749c91a5c64fbe5ec12783b3ae Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 11 Apr 2013 09:47:56 +0000 Subject: [PATCH] this script needs win32com too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6343 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/release.py b/Scripts/release.py index 410d394e..3dd058c9 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -3,6 +3,7 @@ requires Python Image Library - http://www.pythonware.com/products/pil/ requires grep and diff - http://www.mingw.org/msys.shtml requires command line svn - http://subversion.tigris.org/ requires pysvn - http://pysvn.tigris.org/ +requires win32com - http://starship.python.net/~skippy/win32/Downloads.html example release.cfg: =========================