Skip to content

Commit 166273a

Browse files
committed
Fixed package_index template
1 parent 4573975 commit 166273a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/package_index.json.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"size": "%%LINUX64_SIZE%%"
1818
},
1919
{
20-
"host": "x86_64-mingw32",
20+
"host": "i686-mingw32",
2121
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
2222
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_32bit.zip",
2323
"checksum": "SHA-256:%%WINDOWS64_SHA%%",
2424
"size": "%%WINDOWS64_SIZE%%"
2525
},
2626
{
27-
"host": "i686-mingw32",
27+
"host": "x86_64-mingw32",
2828
"url": "http://downloads.arduino.cc/tools/%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
2929
"archiveFileName": "%%FILENAME%%_%%VERSION%%_Windows_64bit.zip",
3030
"checksum": "SHA-256:%%WINDOWS32_SHA%%",

0 commit comments

Comments
 (0)