← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~springermac/openlp/packaging_ssl into lp:openlp/packaging

 

Jonathan Springer has proposed merging lp:~springermac/openlp/packaging_ssl into lp:openlp/packaging.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~springermac/openlp/packaging_ssl/+merge/269260

Add missed ssl runtime hook(OS X)
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~springermac/openlp/packaging_ssl into lp:openlp/packaging.
=== modified file 'osx/macosx-builder.py'
--- osx/macosx-builder.py	2015-08-24 00:53:43 +0000
+++ osx/macosx-builder.py	2015-08-26 19:10:34 +0000
@@ -330,6 +330,7 @@
                '--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',


Follow ups