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:
parent
931740f640
commit
0af2af344d
2
setup.py
2
setup.py
@ -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}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user