handle new factory images naming for web install
This commit is contained in:
parent
de470b1c8f
commit
3c10c94beb
@ -208,7 +208,7 @@ async function getLatestRelease() {
|
||||
let metadata = await metadataResp.text();
|
||||
let releaseId = metadata.split(" ")[0];
|
||||
|
||||
return [`${product}-factory-${releaseId}${hasOptimizedFactoryImage(product) ? "-opt" : ""}.zip`, product];
|
||||
return [`${product}-${hasOptimizedFactoryImage(product) ? "install" : "factory"}-${releaseId}.zip`, product];
|
||||
}
|
||||
|
||||
async function downloadRelease(setProgress) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user