Skip to content

Commit be5e01c

Browse files
committed
Fix ARDUINO-CLI extraction on windows
1 parent 76d6ab7 commit be5e01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@
12221222

12231223
<delete dir="${staging_folder}/arduino-cli-windows" includeemptydirs="true"/>
12241224
<mkdir dir="${staging_folder}/arduino-cli-windows"/>
1225-
<antcall target="unzip-with-ant-task">
1225+
<antcall target="unzip">
12261226
<param name="archive_file" value="./arduino-cli-${ARDUINO-CLI-VERSION}-windows.zip" />
12271227
<param name="archive_url" value="https://downloads.arduino.cc/arduino-cli/arduino-cli-${ARDUINO-CLI-VERSION}-windows.zip" />
12281228
<param name="final_folder" value="${staging_folder}/arduino-cli-windows/arduino-cli-${ARDUINO-CLI-VERSION}-windows.exe" />

0 commit comments

Comments
 (0)