Skip to content

Commit

Permalink
chore: switch firefox build to fission changes
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Oct 12, 2021
1 parent 03eb9c5 commit 8588ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/BrowserFetcher.ts
Expand Up @@ -58,7 +58,7 @@ const browserConfig = {
destination: '.local-chromium',
},
firefox: {
host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-05-21-54-18-mozilla-central',
host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-06-09-41-30-mozilla-central',
destination: '.local-firefox',
},
} as const;
Expand Down

0 comments on commit 8588ede

Please sign in to comment.