mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Add missing ssl runtime hook(OS X)
This commit is contained in:
parent
a3b8e89c40
commit
653ac17b57
@ -330,6 +330,7 @@ class MacosxBuilder(object):
|
||||
'--noupx',
|
||||
'--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_ssl.py'),
|
||||
'-i', self.mac_icon,
|
||||
'-p', self.work_path,
|
||||
'-n', 'OpenLP',
|
||||
|
Loading…
Reference in New Issue
Block a user