Fix windows building.

This commit is contained in:
Martin Zibricky 2012-12-31 00:04:58 +01:00
parent 9e50db27c0
commit d0c2e3750b
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ portableinstaller = %(progfiles)s\PortableApps.comInstaller\PortableApps.comInst
branch = %(projects)s\trunk
documentation = %(projects)s\documentation
win32icon = %(here)s\OpenLP.ico
hooks = %(here)s
hooks = %(here)s\..\pyinstaller-hooks
portable = %(projects)s\OpenLPPortable
[transifex]

View File

@ -319,6 +319,8 @@ class WindowsBuilder(object):
u'--windowed',
u'--noupx',
u'--additional-hooks-dir', self.hooks_path,
u'--runtime-hook', os.path.join(self.hooks_path,
'rthook_openlp_pyqt4.py'),
u'--log-level=ERROR',
u'-o', self.branch_path,
u'-i', self.win32_icon,