mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix amd64 misclassification
This commit is contained in:
@@ -7,12 +7,6 @@ var baseurl = 'https://git.rootprojects.org';
|
||||
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo, baseurl).then(function (all) {
|
||||
all.releases.forEach(function (rel) {
|
||||
// TODO name uploads with arch, duh
|
||||
if (!rel.arch) {
|
||||
rel.arch = 'amd64';
|
||||
}
|
||||
});
|
||||
return all;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user