Skip to content

Commit f4c2e3d

Browse files
committed
Fix windows package format
1 parent 3305cca commit f4c2e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd distrib
3131
for folder in "${target_folders[@]}"
3232
do
3333
cd $folder
34-
if [[ $folder == "windows" ]]; then
34+
if [[ $folder == "windows*" ]]; then
3535
zip -r ../arduinoOTA-$VERSION-windows.zip bin/
3636
else
3737
tar cjf ../arduinoOTA-$VERSION-$folder.tar.bz2 bin/

0 commit comments

Comments
 (0)