You've already forked AstralRinth
forked from didirus/AstralRinth
Fix modpacks, compile to zip
This commit is contained in:
@@ -60,7 +60,7 @@ struct ModrinthV1ProjectVersionFile<'a> {
|
||||
impl From<ModrinthV1ProjectVersionFile<'_>> for ModpackFile {
|
||||
fn from(file: ModrinthV1ProjectVersionFile<'_>) -> Self {
|
||||
Self {
|
||||
hashes: ModpackFileHashes::from(file.hashes),
|
||||
hashes: Some(ModpackFileHashes::from(file.hashes)),
|
||||
downloads: {
|
||||
let mut downloads: HashSet<String> = HashSet::new();
|
||||
downloads.insert(String::from(file.url));
|
||||
|
||||
Reference in New Issue
Block a user