mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
Added account for packages that don't specify arch for macos
This commit is contained in:
+6
-1
@@ -80,7 +80,12 @@ function normalize(all) {
|
||||
rel.arch = arch;
|
||||
return true;
|
||||
}
|
||||
})[0];
|
||||
});
|
||||
}
|
||||
if (!rel.arch) {
|
||||
if ('macos' === rel.os) {
|
||||
rel.arch = 'amd64';
|
||||
}
|
||||
}
|
||||
supported.arches[rel.arch] = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user