mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(builds-cacher): fallback to setting build.name from build.download
This commit is contained in:
@@ -415,6 +415,10 @@ BuildsCacher.create = function ({ ALL_TERMS, installers, caches }) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!build.name) {
|
||||
build.name = build.download.replace(/.*\//, '');
|
||||
}
|
||||
|
||||
build.target = buildTarget;
|
||||
meta.packages.push(build);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user