mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-06-01 13:32:54 +00:00
f: rename buildId with @
This commit is contained in:
@@ -349,7 +349,7 @@ BuildsCacher.create = function ({ ALL_TERMS, installers, caches }) {
|
||||
return;
|
||||
}
|
||||
|
||||
let buildId = `${pkg.name}${build.download}`;
|
||||
let buildId = `${pkg.name}@${build.download}`;
|
||||
let triplet = bc._downloadTriplets[buildId];
|
||||
if (triplet) {
|
||||
Object.assign(build, { triplet });
|
||||
|
||||
Reference in New Issue
Block a user