1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

Update zenmap/setup.py WINDOWS_SETUP_ARGS with the recently changed (in r32435)

path to ndiff/scripts/ndiff.
This commit is contained in:
jah
2013-11-27 23:17:30 +00:00
parent 866db7eea3
commit 66efa2840a

View File

@@ -559,7 +559,7 @@ if 'py2exe' in sys.argv:
"icon_resources": [(1, "install_scripts/windows/nmap-eye.ico")]}],
# On Windows we build Ndiff here in Zenmap's setup.py so the two Python
# programs will share a common runtime.
'console': [{"script": "../ndiff/ndiff", "description": "Nmap scan comparison tool"}],
'console': [{"script": "../ndiff/scripts/ndiff", "description": "Nmap scan comparison tool"}],
'options': {"py2exe": {
"compressed": 1,
"optimize": 2,