diff --git a/aseba/launcher/src/qml/Applications.qml b/aseba/launcher/src/qml/Applications.qml index 802b4179c..9fc10a20e 100644 --- a/aseba/launcher/src/qml/Applications.qml +++ b/aseba/launcher/src/qml/Applications.qml @@ -81,7 +81,7 @@ ListModel { "endpoint" : device.tcpEndpoint(), "password" : device.password()}) } else { - var program = Utils.search_program("thonny") + var program = Utils.search_program("../thonny/thonny") if(!program) return false; return Utils.launch_process(program, ["--uuid", device.id, diff --git a/windows/NSIS.template.in b/windows/NSIS.template.in index b4cf8e3d3..588115986 100644 --- a/windows/NSIS.template.in +++ b/windows/NSIS.template.in @@ -276,7 +276,7 @@ Section "-Install Thonny" InstThonny ; Hidden section -> always executed File "${ASEBA_SOURCE_DIRECTORY}\thonny-3.3.13.exe" DetailPrint $(Thonny) - ExecWait '"$INSTDIR\thonny-3.3.13.exe" /DIR="$INSTDIR\bin" /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /ALLUSERS' $0 + ExecWait '"$INSTDIR\thonny-3.3.13.exe" /DIR="$INSTDIR\thonny" /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /ALLUSERS' $0 SectionEnd