We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d6ab7 commit be5e01cCopy full SHA for be5e01c
build/build.xml
@@ -1222,7 +1222,7 @@
1222
1223
<delete dir="${staging_folder}/arduino-cli-windows" includeemptydirs="true"/>
1224
<mkdir dir="${staging_folder}/arduino-cli-windows"/>
1225
- <antcall target="unzip-with-ant-task">
+ <antcall target="unzip">
1226
<param name="archive_file" value="./arduino-cli-${ARDUINO-CLI-VERSION}-windows.zip" />
1227
<param name="archive_url" value="https://downloads.arduino.cc/arduino-cli/arduino-cli-${ARDUINO-CLI-VERSION}-windows.zip" />
1228
<param name="final_folder" value="${staging_folder}/arduino-cli-windows/arduino-cli-${ARDUINO-CLI-VERSION}-windows.exe" />
0 commit comments