Generate update manifests for addons

This commit is contained in:
trickypr 2022-07-12 16:29:27 +10:00
parent d848fd1848
commit 5f2b57c826
9 changed files with 90 additions and 27 deletions

View file

@ -80,7 +80,7 @@ async function downloadFirefoxSource(version: string) {
log.info(`Locating Firefox release ${version}...`)
await ensureDir(fsParent)
await ensureDir(fsSaveLocation)
if (existsSync(fsSaveLocation)) {
log.info('Using cached download')