Skip to content

Commit 600c5d7

Browse files
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.
1 parent c2393d0 commit 600c5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/package_esp8266com_index.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
{
158158
"host": "i686-mingw32",
159159
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip",
160-
"archiveFileName": "python3-3.7.2.post1-embed-win32va2.zip",
160+
"archiveFileName": "python3-3.7.2.post1-embed-win32v2a.zip",
161161
"checksum": "SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2",
162162
"size": "6428926"
163163
},
@@ -366,4 +366,4 @@
366366
]
367367
}
368368
]
369-
}
369+
}

0 commit comments

Comments
 (0)