Hotpatch, no need to compress UCRT DLLs

This commit is contained in:
Daniel Goldberg 2020-03-05 19:46:09 +02:00
parent c9dbd8ee63
commit ed2a2b4576
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ def main():
debug=False,
strip=get_exe_strip(),
upx=True,
upx_exclude=['vcruntime140.dll'],
console=True,
icon=get_exe_icon())