diff --git a/install.js b/install.js index 1b76e40..1c66ea5 100644 --- a/install.js +++ b/install.js @@ -45,9 +45,9 @@ function getChromedriverUrl() { return urlBase + 'linux64/chromedriver-linux64.zip'; else return undefined; case 'win32': - return urlBase + '/win32/chromedriver-win32.zip'; + return urlBase + 'win32/chromedriver-win32.zip'; case 'win64': - return urlBase + '/win64/chromedriver-win64.zip'; + return urlBase + 'win64/chromedriver-win64.zip'; default: return undefined; } diff --git a/package.json b/package.json index 70d173e..1ebc581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sitespeed.io/chromedriver", "version": "122.0.6261-57", - "chromedriver_version": "122.0.6261.57", + "chromedriver_version": "122.0.6261.69", "description": "Install and launch Chromedriver for Mac, Linux & Windows", "main": "index.js", "files": [