mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Thomas Heller noticed that the wrong registry entry was written for
the DLL. Replace %_SYSDEST_%\Python20.dll with %_DLLDEST_%\Python20.dll.
This commit is contained in:
parent
48b3eee170
commit
6424524fbe
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ item: Edit Registry
|
|||
end
|
||||
item: Edit Registry
|
||||
Key=Software\Python\PythonCore\%PY_VERSION%\Dll
|
||||
New Value=%_SYSDEST_%\Python20.dll
|
||||
New Value=%_DLLDEST_%\Python20.dll
|
||||
Root=2
|
||||
end
|
||||
item: Edit Registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue