mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PyCharm EDU windows installer: replace outdated ExecCmd plugin on ExecDos.
This commit is contained in:
@@ -82,7 +82,7 @@ get_python:
|
||||
inetc::get "$R3" "$INSTDIR\python\python_$R8" /END
|
||||
Pop $0
|
||||
${If} $0 == "OK"
|
||||
ExecCmd::exec '"$INSTDIR\python\python_$R8" $R9'
|
||||
ExecDos::exec '"$INSTDIR\python\python_$R8" $R9'
|
||||
${Else}
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION "The download is failed: $0"
|
||||
${EndIf}
|
||||
|
||||
Reference in New Issue
Block a user