Skip to content

Commit

Permalink
put thonny in a seperate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed May 19, 2022
1 parent d1a2a9f commit d85f72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aseba/launcher/src/qml/Applications.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion windows/NSIS.template.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d85f72a

Please sign in to comment.