feat(webkit): download both wpe and gtk together
This commit is contained in:
parent
4ee2643598
commit
d51094105c
|
|
@ -10,7 +10,7 @@
|
||||||
"playwright": {
|
"playwright": {
|
||||||
"chromium_revision": "724623",
|
"chromium_revision": "724623",
|
||||||
"firefox_revision": "1014",
|
"firefox_revision": "1014",
|
||||||
"webkit_revision": "1097"
|
"webkit_revision": "1099"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"unit": "node test/test.js",
|
"unit": "node test/test.js",
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ export class WKPlaywright implements Playwright {
|
||||||
|
|
||||||
_createBrowserFetcher(options?: BrowserFetcherOptions): BrowserFetcher {
|
_createBrowserFetcher(options?: BrowserFetcherOptions): BrowserFetcher {
|
||||||
const downloadURLs = {
|
const downloadURLs = {
|
||||||
linux: '%s/builds/webkit/%s/minibrowser-gtk.zip',
|
linux: '%s/builds/webkit/%s/minibrowser-gtk-wpe.zip',
|
||||||
mac: '%s/builds/webkit/%s/minibrowser-mac-%s.zip',
|
mac: '%s/builds/webkit/%s/minibrowser-mac-%s.zip',
|
||||||
win64: '%s/builds/webkit/%s/minibrowser-win64.zip',
|
win64: '%s/builds/webkit/%s/minibrowser-win64.zip',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue