python: Correct documentation path in install-pep-514.reg (#7574)

This commit is contained in:
Gregory-K 2026-01-27 00:03:31 +02:00 committed by GitHub
parent e1521f499c
commit be48e2bef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

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

View File

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