1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-10 07:26:34 +00:00

Merge changes from 7.92 release branch

This commit is contained in:
dmiller
2021-08-08 21:20:19 +00:00
parent f7cc9612a0
commit dd82097c80
33 changed files with 98 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/sh -e
set -x
test -n "${NMAP_VERSION}" || exit 1
export source=$1
export version=$(grep '^\#[ \t]*define[ \t]\+NMAP_VERSION' ../nmap.h | sed -e 's/.*"\(.*\)".*/\1/' -e 'q')
export title="nmap-${version}"
export title="nmap-${NMAP_VERSION}"
export size=50000
export backgroundPictureName="nmap.png"
export finalDMGName="${title}.dmg"