mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
ReadRegStr needs an output variable
This commit is contained in:
parent
270bb4ae1b
commit
4c479749f9
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ SectionGroupEnd
|
||||||
|
|
||||||
Function autodetect_python
|
Function autodetect_python
|
||||||
Pop $0
|
Pop $0
|
||||||
ReadRegStr "" HKLM "SOFTWARE\Python\PythonCore\${PYTHON_VERSION}\InstallPath" ""
|
ReadRegStr $1 HKLM "SOFTWARE\Python\PythonCore\${PYTHON_VERSION}\InstallPath" ""
|
||||||
IfErrors 0 +3
|
IfErrors 0 +3
|
||||||
SectionSetInstTypes $0 3
|
SectionSetInstTypes $0 3
|
||||||
SetCurInstType 0
|
SetCurInstType 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue