nmap: Fix shortcuts (#6248)

Co-authored-by: Leo Liu <11664880+silver886@users.noreply.github.com>
This commit is contained in:
Leo Liu 2024-11-01 15:09:07 -07:00 committed by GitHub
parent 7ee58c054f
commit b8263d22b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,14 @@
"ndiff.bat",
"nping.exe"
],
"shortcuts": [
[
"zenmap/bin/pythonw.exe",
"Zenmap - Nmap GUI",
"-c \"from zenmapGUI.App import run;run()\"",
"nmap.exe"
]
],
"checkver": {
"url": "https://nmap.org/download.html",
"regex": "nmap-([\\d.]+)-setup\\.exe"