Hotpatch, no need to compress UCRT DLLs
This commit is contained in:
parent
c9dbd8ee63
commit
ed2a2b4576
|
@ -35,6 +35,7 @@ def main():
|
|||
debug=False,
|
||||
strip=get_exe_strip(),
|
||||
upx=True,
|
||||
upx_exclude=['vcruntime140.dll'],
|
||||
console=True,
|
||||
icon=get_exe_icon())
|
||||
|
||||
|
|
Loading…
Reference in New Issue