mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
"Fix windows-builder
Fix ssl hook due to PyInstaller changes" bzr-revno: 26
This commit is contained in:
commit
fe32bfd7fe
@ -1,5 +1,5 @@
|
||||
from PyInstaller.compat import is_darwin
|
||||
from PyInstaller.utils.hooks.hookutils import exec_statement
|
||||
from PyInstaller.utils.hooks import exec_statement
|
||||
|
||||
if is_darwin: # TODO check if this is needed on linux
|
||||
datas = []
|
||||
|
@ -306,8 +306,6 @@ class WindowsBuilder(object):
|
||||
cmd.append('--log-level=ERROR')
|
||||
else:
|
||||
cmd.append('--log-level=DEBUG')
|
||||
if self.args.devel:
|
||||
cmd.append('-d')
|
||||
pyinstaller = Popen(cmd, stdout=PIPE)
|
||||
output = pyinstaller.communicate()[0]
|
||||
code = pyinstaller.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user