Skip to content

Commit e06fbaa

Browse files
authored
Merge pull request #339 from davidcole1340/windows-build-archive
Windows build should try archives
2 parents bf9decd + b1ff8f9 commit e06fbaa

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)