Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 849 Bytes

File metadata and controls

35 lines (24 loc) · 849 Bytes

Chromium source tarball

Automatically generate source tarballs for Chromium releases channel, and upload them to the releases page.

Unlike the offical source tarballs which only contains dependencies for Linux that specified for Linux packagers, source tarballs in this repo includes the dependencies of all platforms.

Usage

1. Bootstrap

$ ./script/bootstrap

2. Generate the source tarball

$ ./script/sync 38.0.2125.101

3. Upload generated source tarball to GitHub Release

$ ./script/upload

Keep updated with Chrome Releases blog

The source tarballs in this repo are kept updated with the Chrome Releases blog, you can find the script under script/chrome_releases_monitor/.