Skip to content

Commit b1ff8f9

Browse files
committed
Windows build should try archives
Follow up to #338 Windows bulds should check the releases page, and the archive, as it's not clear when they'll be moved by Microsoft.
1 parent cc2e462 commit b1ff8f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

windows_build.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,8 @@ impl DevelPack {
222222
Ok(devpack_path)
223223
}
224224

225-
let is_archive = if version == "8.4.1" { false } else { true };
226-
227225
download(&zip_name, false)
228-
.or_else(|_| download(&zip_name, is_archive))
226+
.or_else(|_| download(&zip_name, true))
229227
.map(DevelPack)
230228
}
231229

0 commit comments

Comments
 (0)