Skip to content

Commit be48e2b

Browse files
authored
python: Correct documentation path in install-pep-514.reg (#7574)
1 parent e1521f4 commit be48e2b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bucket/python.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"description": "A programming language that lets you work quickly and integrate systems more effectively.",
44
"homepage": "https://www.python.org/",
55
"license": "Python-2.0",
6-
"notes": "Allow applications and third-party installers to find python by running: \"$dir\\install-pep-514.reg\"",
6+
"notes": [
7+
"Allow applications and third-party installers to find python by running:",
8+
"reg import \"$dir\\install-pep-514.reg\""
9+
],
710
"architecture": {
811
"64bit": {
912
"url": "https://www.python.org/ftp/python/3.14.2/python-3.14.2-amd64.exe#/setup.exe",

scripts/python/install-pep-514.reg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Windows Registry Editor Version 5.00
1212
"SysArchitecture"="$py_archbit"
1313

1414
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\Help\Main Python Documentation]
15-
@="$py_root\\Doc\\python$py_cleanVersion.chm"
15+
@="$py_root\\Doc\\html\\index.html"
1616
"DisplayName"="Python $py_fullversion Documentation"
1717

1818
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\InstallPath]

0 commit comments

Comments
 (0)