1
0
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:
dmiller
2016-05-18 15:24:36 +00:00
parent 91ead4aa2e
commit 3068b9ad79
2 changed files with 29 additions and 1 deletions

View File

@@ -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",
}
}
}