Skip to content

Commit

Permalink
Merge pull request #339 from davidcole1340/windows-build-archive
Browse files Browse the repository at this point in the history
Windows build should try archives
  • Loading branch information
Xenira authored Nov 26, 2024
2 parents bf9decd + b1ff8f9 commit e06fbaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions windows_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,8 @@ impl DevelPack {
Ok(devpack_path)
}

let is_archive = if version == "8.4.1" { false } else { true };

download(&zip_name, false)
.or_else(|_| download(&zip_name, is_archive))
.or_else(|_| download(&zip_name, true))
.map(DevelPack)
}

Expand Down

0 comments on commit e06fbaa

Please sign in to comment.