Trying to disable UPX to make it work on 2012 R2

This commit is contained in:
Shay Nehmad 2020-04-20 09:37:53 +03:00
parent fb345845fe
commit ca505f4d86
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ def main():
name=get_monkey_filename(),
debug=False,
strip=get_exe_strip(),
upx=True,
upx_exclude=['vcruntime140.dll', 'ucrtbase.dll'],
upx=False,
console=True,
icon=get_exe_icon())