mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Bump Python version on Windows install
This commit is contained in:
parent
88c242329e
commit
fcceb4f957
1 changed files with 5 additions and 5 deletions
|
|
@ -70,7 +70,7 @@ nodelete =
|
|||
mingw*/etc/gtk-3.0
|
||||
# Required DLLs. Checked with:
|
||||
# * recursive `dumpbin /imports` on known python/gtk dlls
|
||||
# * recursive `dumpbin /imports` on pyd files in lib/python3.12
|
||||
# * recursive `dumpbin /imports` on pyd files in lib/python3.14
|
||||
# * `g-ir-inspect --print-shlibs` for typelibs listed below
|
||||
mingw*/bin/libpython3.*.dll
|
||||
mingw*/bin/libatk-1.*.dll
|
||||
|
|
@ -153,9 +153,9 @@ nodelete =
|
|||
# For debugging use python.exe
|
||||
mingw*/bin/python.exe
|
||||
# Zenmap's files
|
||||
mingw*/lib/python3.12/site-packages/zenmapCore
|
||||
mingw*/lib/python3.12/site-packages/zenmapGUI
|
||||
mingw*/lib/python3.12/site-packages/radialnet
|
||||
mingw*/lib/python3.14/site-packages/zenmapCore
|
||||
mingw*/lib/python3.14/site-packages/zenmapGUI
|
||||
mingw*/lib/python3.14/site-packages/radialnet
|
||||
|
||||
# The necessary python modules will be added by script
|
||||
|
||||
|
|
@ -167,7 +167,7 @@ nodelete =
|
|||
; All launchers need to be listed in the [bundle]'s "launchers" key.
|
||||
[zenmap.desktop]
|
||||
exec = pythonw.exe -c 'from zenmapGUI.App import run; run()'
|
||||
icon = mingw*/lib/python3.12/site-packages/zenmap/zenmapCore/data/pixmaps/zenmap.png
|
||||
icon = mingw*/lib/python3.14/site-packages/zenmap/zenmapCore/data/pixmaps/zenmap.png
|
||||
; For debugging:
|
||||
;Terminal = true
|
||||
;exec = python.exe -c 'from zenmapGUI.App import run; run()' -vvvvv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue