mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Remove debugging
This commit is contained in:
parent
10dab342bf
commit
965b779dbb
@ -156,9 +156,6 @@ class WindowsBuilder(Builder):
|
|||||||
source_id = md5(source.encode('utf8')).hexdigest()
|
source_id = md5(source.encode('utf8')).hexdigest()
|
||||||
file_id = 'file_{source_id}'.format(source_id=source_id)
|
file_id = 'file_{source_id}'.format(source_id=source_id)
|
||||||
component_id = 'cmp_{source_id}'.format(source_id=source_id)
|
component_id = 'cmp_{source_id}'.format(source_id=source_id)
|
||||||
if 'OpenLP.exe' in source or 'OpenLP.chm' in source:
|
|
||||||
self._print(source)
|
|
||||||
self._print(file_id)
|
|
||||||
if self.arch == 'x64':
|
if self.arch == 'x64':
|
||||||
file_ = E.File(Id=file_id, KeyPath="yes", Source=source, ProcessorArchitecture='x64')
|
file_ = E.File(Id=file_id, KeyPath="yes", Source=source, ProcessorArchitecture='x64')
|
||||||
component = E.Component(file_, Id=component_id, Guid='*', Win64='yes')
|
component = E.Component(file_, Id=component_id, Guid='*', Win64='yes')
|
||||||
|
Loading…
Reference in New Issue
Block a user