mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-25 11:14:08 +00:00
Use the right file name
This commit is contained in:
parent
d4166602ea
commit
2cecfb63c3
@ -175,7 +175,7 @@ class WindowsBuilder(Builder):
|
||||
Program=program, Protocol='udp', Scope='any'))
|
||||
# Add the file association XML
|
||||
config_dir = os.path.dirname(self.config_path)
|
||||
with open(os.path.join(config_dir, 'file_associations.xml')) as assoc_file:
|
||||
with open(os.path.join(config_dir, 'file-associations.xml')) as assoc_file:
|
||||
file_assoc = parse(assoc_file)
|
||||
component.append(file_assoc.getroot())
|
||||
element.append(component)
|
||||
|
Loading…
Reference in New Issue
Block a user