mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Make py2exe include ndiff when building Zenmap
This commit is contained in:
@@ -582,6 +582,14 @@ if 'py2exe' in sys.argv:
|
|||||||
}],
|
}],
|
||||||
# On Windows we build Ndiff here in Zenmap's setup.py so the two Python
|
# On Windows we build Ndiff here in Zenmap's setup.py so the two Python
|
||||||
# programs will share a common runtime.
|
# programs will share a common runtime.
|
||||||
|
'py_modules': ["ndiff"],
|
||||||
|
# override the package search path to let Ndiff be found
|
||||||
|
'package_dir': {
|
||||||
|
'zenmapCore': 'zenmapCore',
|
||||||
|
'zenmapGUI': 'zenmapGUI',
|
||||||
|
'radialnet': 'radialnet',
|
||||||
|
'': '../ndiff'
|
||||||
|
},
|
||||||
'console': [{
|
'console': [{
|
||||||
"script": "../ndiff/scripts/ndiff",
|
"script": "../ndiff/scripts/ndiff",
|
||||||
"description": "Nmap scan comparison tool"
|
"description": "Nmap scan comparison tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user