Skip to content

Commit c4e30f7

Browse files
committed
thonny@5.0.0: Add 64bit wrapper
1 parent d3a5ae9 commit c4e30f7

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

bucket/thonny.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
"description": "Python IDE for beginners",
44
"homepage": "https://thonny.org",
55
"license": "MIT",
6-
"url": "https://github.com/thonny/thonny/releases/download/v5.0.0/thonny-5.0.0-windows-portable-x64.zip",
7-
"hash": "5b744151065bdbd6a0d823dfa791a72cbbc3372a549a5e4cb175434a9787eaee",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/thonny/thonny/releases/download/v5.0.0/thonny-5.0.0-windows-portable-x64.zip",
9+
"hash": "5b744151065bdbd6a0d823dfa791a72cbbc3372a549a5e4cb175434a9787eaee"
10+
}
11+
},
812
"shortcuts": [
913
[
1014
"thonny.exe",
@@ -21,6 +25,10 @@
2125
"regex": "thonny-([\\d.]+)-windows-portable(?:-x64)?\\.zip"
2226
},
2327
"autoupdate": {
24-
"url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable-x64.zip"
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable-x64.zip"
31+
}
32+
}
2533
}
2634
}

0 commit comments

Comments
 (0)