mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
try to load paths before exe
This commit is contained in:
parent
fb4a66d47b
commit
888a61ec2b
@ -63,10 +63,10 @@ class Builder(object):
|
|||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.setup_args()
|
self.setup_args()
|
||||||
|
self.setup_paths()
|
||||||
self.setup_system_paths()
|
self.setup_system_paths()
|
||||||
self.read_config()
|
self.read_config()
|
||||||
self.setup_executables()
|
self.setup_executables()
|
||||||
self.setup_paths()
|
|
||||||
self.setup_extra()
|
self.setup_extra()
|
||||||
|
|
||||||
def _print(self, text, *args):
|
def _print(self, text, *args):
|
||||||
|
Loading…
Reference in New Issue
Block a user