fix method call

This commit is contained in:
Tomas Groth 2017-09-27 22:39:45 +02:00
parent 770caefae7
commit 645a55b3b3
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class Builder(object):
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_ssl.py'),
'-i', self.icon_path,
'-n', 'OpenLP',
*get_binaries(), # Adds any binaries we wish to include
*self.get_binaries(), # Adds any binaries we wish to include
self.openlp_script]
if self.args.verbose:
cmd.append('--log-level=DEBUG')