mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Fix typo in 32-bit Windows package JSON (#7847)
Fatfingered the 32-bit Windows pointer to the Python interpreter. Our CI and my own testing missed due to being on 64-bit Windows. For 2.7.4 release, I'll add a file of the appropriate name to the release for now, but this will correct things for 3.0.0 and forward.
This commit is contained in:
parent
c2393d05be
commit
600c5d7c0b
@ -157,7 +157,7 @@
|
|||||||
{
|
{
|
||||||
"host": "i686-mingw32",
|
"host": "i686-mingw32",
|
||||||
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip",
|
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip",
|
||||||
"archiveFileName": "python3-3.7.2.post1-embed-win32va2.zip",
|
"archiveFileName": "python3-3.7.2.post1-embed-win32v2a.zip",
|
||||||
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
|
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
|
||||||
"size": "6428926"
|
"size": "6428926"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user