Commit 6424524f authored by Guido van Rossum's avatar Guido van Rossum

Thomas Heller noticed that the wrong registry entry was written for

the DLL.  Replace
 %_SYSDEST_%\Python20.dll
with
 %_DLLDEST_%\Python20.dll.
parent 48b3eee1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment