Skip to content

Commit 28b7589

Browse files
Rename the python3 zip to fix renaming issue
The get.py renamer uses some logic which results in the Win32 extracted directory always ending up as `tools/python` and not `tools/python3`. Adjust the zip archive and title to work around this (and the IDE proper) issue.
1 parent 6473c91 commit 28b7589

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package/package_esp8266com_index.template.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,17 @@
142142
"systems": [
143143
{
144144
"host": "x86_64-mingw32",
145-
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python-3.7.2.post1-embed-win32v2a.zip",
146-
"archiveFileName": "python-3.7.2.post1-embed-win32v2a.zip",
147-
"checksum": "SHA-256:8eb71cd637c42abbeea9f31912bbaca22222405d8624ace8901c801519321d35",
148-
"size": "6481988"
145+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip",
146+
"archiveFileName": "python3-3.7.2.post1-embed-win32v2a.zip",
147+
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
148+
"size": "6428926"
149149
},
150150
{
151151
"host": "i686-mingw32",
152-
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python-3.7.2.post1-embed-win32v2a.zip",
153-
"archiveFileName": "python-3.7.2.post1-embed-win32va2.zip",
154-
"checksum": "SHA-256:8eb71cd637c42abbeea9f31912bbaca22222405d8624ace8901c801519321d35",
155-
"size": "6481988"
152+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip",
153+
"archiveFileName": "python3-3.7.2.post1-embed-win32va2.zip",
154+
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
155+
"size": "6428926"
156156
},
157157
{
158158
"host": "aarch64-linux-gnu",

0 commit comments

Comments
 (0)