Move over to Google Storage vs AWS

This commit is contained in:
Joel Griffith 2019-09-03 10:13:37 -07:00
parent f1cb24fd66
commit 4781f9bdff

View file

@ -8,7 +8,7 @@ import path from 'path';
export const paths = {
archivesPath: path.resolve(__dirname, '../../../.chromium'),
baseUrl: 'https://s3.amazonaws.com/headless-shell/',
baseUrl: 'https://storage.googleapis.com/headless_shell/',
packages: [
{
platforms: ['darwin', 'freebsd', 'openbsd'],