downgrade and pin puppeteer and chromium version, try to make windows 10 1507 run.

This commit is contained in:
geekgeekrun
2024-02-25 17:37:51 +08:00
parent ced77c65df
commit 3d58571c35
5 changed files with 452 additions and 111 deletions

View File

@@ -6,7 +6,7 @@ import { is } from '@electron-toolkit/utils'
import electron from 'electron'
import { saveLastUsedAndAvailableBrowserPath } from './history-utils'
const expectBuildId = process.env.EXPECT_CHROME_FOR_PUPPETEER_BUILD_ID || '121.0.6167.85'
const expectBuildId = process.env.EXPECT_CHROME_FOR_PUPPETEER_BUILD_ID || '113.0.5672.63'
const cacheDir = path.join(
os.homedir(),
'.geekgeekrun',