mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
fix method call
This commit is contained in:
parent
770caefae7
commit
645a55b3b3
@ -286,7 +286,7 @@ class Builder(object):
|
|||||||
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_ssl.py'),
|
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_ssl.py'),
|
||||||
'-i', self.icon_path,
|
'-i', self.icon_path,
|
||||||
'-n', 'OpenLP',
|
'-n', 'OpenLP',
|
||||||
*get_binaries(), # Adds any binaries we wish to include
|
*self.get_binaries(), # Adds any binaries we wish to include
|
||||||
self.openlp_script]
|
self.openlp_script]
|
||||||
if self.args.verbose:
|
if self.args.verbose:
|
||||||
cmd.append('--log-level=DEBUG')
|
cmd.append('--log-level=DEBUG')
|
||||||
|
Loading…
Reference in New Issue
Block a user