mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 04:30:17 +03:00
feat(ffmpeg): roll FFMPEG to r1005 (#5303)
Drive-By: update `//utils/roll_browser.js` script to support FFMPEG References #5278
This commit is contained in:
parent
039e7af05f
commit
3c36322c72
@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"name": "ffmpeg",
|
||||
"revision": "1004",
|
||||
"revision": "1005",
|
||||
"download": true
|
||||
}
|
||||
]
|
||||
|
@ -52,7 +52,7 @@ Example:
|
||||
process.exit(1);
|
||||
}
|
||||
const browserName = args[0].toLowerCase();
|
||||
if (!['chromium', 'firefox', 'webkit'].includes(browserName)) {
|
||||
if (!['chromium', 'firefox', 'webkit', 'ffmpeg'].includes(browserName)) {
|
||||
console.log(`Unknown browser "${browserName}"`);
|
||||
console.log(`Try running ${SCRIPT_NAME} --help`);
|
||||
process.exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user