forked from p15670423/monkey
Trying to disable UPX to make it work on 2012 R2
This commit is contained in:
parent
fb345845fe
commit
ca505f4d86
|
@ -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())
|
||||
|
||||
|
|
Loading…
Reference in New Issue