Skip to content

Commit

Permalink
Fix: bump chromium revision to 1364960 (#600)
Browse files Browse the repository at this point in the history
This fixes issue: #599
  • Loading branch information
shaiu authored Oct 7, 2024
1 parent 5ad5f16 commit cf85afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/backend/import/downloadChromium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const getIntegerPercent = (
};
};

const revision = '1321684'; // getPuppeteerConfig().chromiumRevision; see https://github.com/puppeteer/puppeteer/issues/8203#issuecomment-1535088987
const revision = '1364960'; // getPuppeteerConfig().chromiumRevision; see https://github.com/puppeteer/puppeteer/issues/8203#issuecomment-1535088987

let downloadProm: ReturnType<typeof downloadChromium> | null = null;

Expand Down

0 comments on commit cf85afa

Please sign in to comment.