mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Open zenmap.exe.log in a writable location. Fixes #345
This commit is contained in:
@@ -604,7 +604,8 @@ if 'py2exe' in sys.argv:
|
||||
"includes": ["pango", "atk", "gobject", "gio", "pickle", "bz2",
|
||||
"encodings", "encodings.*", "cairo", "pangocairo"],
|
||||
"dll_excludes": ["USP10.dll", "NSI.dll", "MSIMG32.dll",
|
||||
"DNSAPI.dll"]
|
||||
"DNSAPI.dll"],
|
||||
"custom_boot_script": "install_scripts/windows/boot_script.py",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user