From 8287f4ea276792555c0aec8c4a718e7c93a4f548 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 27 May 2010 22:32:02 +0200 Subject: [PATCH] Further updated the Windows build script documentation. --- scripts/windows-builder.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index 54b31531e..caf19f53d 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -50,6 +50,10 @@ PyInstaller http://svn.pyinstaller.org/trunk + Then you need to copy the two hook-*.py files from the "pyinstaller" + subdirectory in OpenLP's "resources" directory into PyInstaller's "hooks" + directory. + Once you've done that, open a command prompt (DOS shell), navigate to the PyInstaller directory and run::