1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

WiX: Output to final .wxs to expected filename for next stages

This commit is contained in:
Athanasius 2021-12-07 16:18:26 +00:00
parent 931740f640
commit 0af2af344d
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -288,7 +288,7 @@ if sys.platform == 'darwin':
elif sys.platform == 'win32':
template_file = pathlib.Path('wix/template.wxs')
components_file = pathlib.Path('wix/components.wxs')
final_wxs_file = pathlib.Path('wix/final.wxs')
final_wxs_file = pathlib.Path('EDMarketConnector.wxs')
# Use heat.exe to generate the Component for all files inside dist.win32
os.system(rf'"{WIXPATH}\heat.exe" dir {dist_dir}\ -ag -sfrag -srid -suid -out {components_file}')