Bump Python version on Windows install

This commit is contained in:
dmiller 2026-03-17 15:42:27 +00:00
parent 88c242329e
commit fcceb4f957

View file

@ -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