mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
python: Correct documentation path in install-pep-514.reg (#7574)
This commit is contained in:
parent
e1521f499c
commit
be48e2bef3
@ -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",
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user