mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
✨ Generate update manifests for addons
This commit is contained in:
parent
d848fd1848
commit
5f2b57c826
9 changed files with 90 additions and 27 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue