fix(ota): harden desktop sync and updater flow

This commit is contained in:
DIYgod 2026-04-12 12:34:39 +08:00
parent 33c8bb98b6
commit f3d8d33d2c
2 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@ async function collectDesktopRendererPayload(input) {
},
launchAsset: await resolveFileAsset({
sourcePath: rendererArchivePath,
metadataPath: join("renderer", filename),
metadataPath: filename,
}),
assets: [],
}

View File

@ -429,7 +429,7 @@ releaseDate: 2026-04-11T10:00:00.000Z
"https://github.com/RSSNext/Folo/releases/download/desktop/v1.5.1/manifest.yml",
},
launchAsset: expect.objectContaining({
path: "renderer/custom-renderer.tar.gz",
path: "custom-renderer.tar.gz",
contentType: "application/gzip",
}),
}),