mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Switch to gtk-mac-bundler and jhbuild for building OS X app bundle
This commit is contained in:
parent
53d41055c7
commit
94d48e7913
13 changed files with 371 additions and 312 deletions
|
|
@ -629,6 +629,9 @@ elif 'py2app' in sys.argv:
|
|||
}
|
||||
|
||||
setup_args.update(MACOSX_SETUP_ARGS)
|
||||
elif 'vanilla' in sys.argv:
|
||||
# Don't create uninstaller, don't fix paths. Used for bundling on OS X
|
||||
sys.argv.remove('vanilla')
|
||||
else:
|
||||
# Default args.
|
||||
DEFAULT_SETUP_ARGS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue