From be48e2bef34b3b390458a9ee0856b99b5a813959 Mon Sep 17 00:00:00 2001 From: Gregory-K Date: Tue, 27 Jan 2026 00:03:31 +0200 Subject: [PATCH] python: Correct documentation path in `install-pep-514.reg` (#7574) --- bucket/python.json | 5 ++++- scripts/python/install-pep-514.reg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 783171b201..65e4922985 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -3,7 +3,10 @@ "description": "A programming language that lets you work quickly and integrate systems more effectively.", "homepage": "https://www.python.org/", "license": "Python-2.0", - "notes": "Allow applications and third-party installers to find python by running: \"$dir\\install-pep-514.reg\"", + "notes": [ + "Allow applications and third-party installers to find python by running:", + "reg import \"$dir\\install-pep-514.reg\"" + ], "architecture": { "64bit": { "url": "https://www.python.org/ftp/python/3.14.2/python-3.14.2-amd64.exe#/setup.exe", diff --git a/scripts/python/install-pep-514.reg b/scripts/python/install-pep-514.reg index d5a3b96201..48d3ad7991 100644 --- a/scripts/python/install-pep-514.reg +++ b/scripts/python/install-pep-514.reg @@ -12,7 +12,7 @@ Windows Registry Editor Version 5.00 "SysArchitecture"="$py_archbit" [HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\Help\Main Python Documentation] -@="$py_root\\Doc\\python$py_cleanVersion.chm" +@="$py_root\\Doc\\html\\index.html" "DisplayName"="Python $py_fullversion Documentation" [HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\InstallPath]