mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Fix windows building.
This commit is contained in:
parent
9e50db27c0
commit
d0c2e3750b
@ -13,7 +13,7 @@ portableinstaller = %(progfiles)s\PortableApps.comInstaller\PortableApps.comInst
|
|||||||
branch = %(projects)s\trunk
|
branch = %(projects)s\trunk
|
||||||
documentation = %(projects)s\documentation
|
documentation = %(projects)s\documentation
|
||||||
win32icon = %(here)s\OpenLP.ico
|
win32icon = %(here)s\OpenLP.ico
|
||||||
hooks = %(here)s
|
hooks = %(here)s\..\pyinstaller-hooks
|
||||||
portable = %(projects)s\OpenLPPortable
|
portable = %(projects)s\OpenLPPortable
|
||||||
|
|
||||||
[transifex]
|
[transifex]
|
||||||
|
@ -319,6 +319,8 @@ class WindowsBuilder(object):
|
|||||||
u'--windowed',
|
u'--windowed',
|
||||||
u'--noupx',
|
u'--noupx',
|
||||||
u'--additional-hooks-dir', self.hooks_path,
|
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'--log-level=ERROR',
|
||||||
u'-o', self.branch_path,
|
u'-o', self.branch_path,
|
||||||
u'-i', self.win32_icon,
|
u'-i', self.win32_icon,
|
||||||
|
Loading…
Reference in New Issue
Block a user