mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Add missing ssl runtime hook(OS X)
bzr-revno: 22
This commit is contained in:
commit
b8e5d2c169
@ -330,6 +330,7 @@ class MacosxBuilder(object):
|
|||||||
'--noupx',
|
'--noupx',
|
||||||
'--additional-hooks-dir', self.hooks_path,
|
'--additional-hooks-dir', self.hooks_path,
|
||||||
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_openlp_pyqt4.py'),
|
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_openlp_pyqt4.py'),
|
||||||
|
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_ssl.py'),
|
||||||
'-i', self.mac_icon,
|
'-i', self.mac_icon,
|
||||||
'-p', self.work_path,
|
'-p', self.work_path,
|
||||||
'-n', 'OpenLP',
|
'-n', 'OpenLP',
|
||||||
|
Loading…
Reference in New Issue
Block a user