mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Suppress LGHT1076 warning in Windows packaging.
This commit is contained in:
parent
6cda0d9bae
commit
d6d80aa441
2
setup.py
2
setup.py
@ -116,4 +116,4 @@ else:
|
||||
shutil.rmtree(join(dist_dir, d))
|
||||
os.system(r'"C:\Program Files (x86)\WiX Toolset v3.9\bin\candle.exe" -out %s\ %s.wxs' % (dist_dir, APPNAME))
|
||||
if exists('%s/%s.wixobj' % (dist_dir, APPNAME)):
|
||||
os.system(r'"C:\Program Files (x86)\WiX Toolset v3.9\bin\light.exe" -sacl -spdb %s\%s.wixobj -out %s_win_%s.msi' % (dist_dir, APPNAME, APPNAME, SHORTVERSION))
|
||||
os.system(r'"C:\Program Files (x86)\WiX Toolset v3.9\bin\light.exe" -sacl -spdb -sw1076 %s\%s.wixobj -out %s_win_%s.msi' % (dist_dir, APPNAME, APPNAME, SHORTVERSION))
|
||||
|
Loading…
x
Reference in New Issue
Block a user