Skip to content

Commit

Permalink
Update vpl3 and Thonny plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ypiguet-epfl committed Oct 17, 2022
1 parent f407680 commit c0484d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:
- name: scratch_version
value: "v20220921.1"
- name: vpl3_version
value: "v20221010.3"
value: "v20221017.1"
- name: packet_version
value: "2.4.0"
- name: blockly_url
Expand Down
4 changes: 2 additions & 2 deletions flatpak/org.mobsya.ThymioSuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
},
{
"type": "archive",
"url": "https://github.com/Mobsya/vpl-web/releases/download/v20221010.3/vpl3-thymio-suite.tar.gz",
"sha256": "276adf12e32b2f93813d9426ac7db5f894de2f983310e43c0a819084b20576a8",
"url": "https://github.com/Mobsya/vpl-web/releases/download/v20221017.1/vpl3-thymio-suite.tar.gz",
"sha256": "699044d783cb20d902ffb8380563272600e0eee28d17a258f1ace6047a7ffedc",
"strip-components": 0
}
],
Expand Down
4 changes: 2 additions & 2 deletions windows/NSIS.template.in
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ Section "-Install Thonny" InstThonny ; Hidden section -> always executed
File "${ASEBA_SOURCE_DIRECTORY}\thonny-3.3.13.exe"
File "${ASEBA_SOURCE_DIRECTORY}\ifaddr-0.2.0-py3-none-any.whl"
File "${ASEBA_SOURCE_DIRECTORY}\zeroconf-0.38.7-py3-none-any.whl"
File "${ASEBA_SOURCE_DIRECTORY}\tdmclient_ty-0.1.6-py3-none-any.whl"
File "${ASEBA_SOURCE_DIRECTORY}\tdmclient_ty-0.1.7-py3-none-any.whl"
File "${ASEBA_SOURCE_DIRECTORY}\tdmclient-0.1.19-py3-none-any.whl"
DetailPrint $(Thonny)
ExecWait '"$INSTDIR\thonny-3.3.13.exe" /DIR="$INSTDIR\thonny" /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /ALLUSERS' $0
ExecWait '"$INSTDIR\thonny\python.exe" -m pip install -U "$INSTDIR/tdmclient-0.1.19-py3-none-any.whl" "$INSTDIR/tdmclient_ty-0.1.6-py3-none-any.whl" "$INSTDIR/zeroconf-0.38.7-py3-none-any.whl" "$INSTDIR/ifaddr-0.2.0-py3-none-any.whl"' $0
ExecWait '"$INSTDIR\thonny\python.exe" -m pip install -U "$INSTDIR/tdmclient-0.1.19-py3-none-any.whl" "$INSTDIR/tdmclient_ty-0.1.7-py3-none-any.whl" "$INSTDIR/zeroconf-0.38.7-py3-none-any.whl" "$INSTDIR/ifaddr-0.2.0-py3-none-any.whl"' $0

SectionEnd

Expand Down

0 comments on commit c0484d7

Please sign in to comment.