Skip to content

Commit f272cee

Browse files
authored
Change 'File' element to 'Files' in XML structure
1 parent 8367d09 commit f272cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def generate_wix_xml(build_dir: Path, output_wxs: Path) -> None:
138138
Guid="*",
139139
Directory="INSTALLFOLDER",
140140
)
141-
ET.SubElement(component, "File", Include=str(build_dir.resolve() / "**"))
141+
ET.SubElement(component, "Files", Include=str(build_dir.resolve() / "**"))
142142

143143
ET.SubElement(
144144
component,

0 commit comments

Comments
 (0)