Created
January 23, 2018 13:25
-
-
Save gavxin/5d7bce22d5b24701f846ce9e7823ad1f to your computer and use it in GitHub Desktop.
Get latest gn.exe windows binary from google chromium project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- From chromium source, find `gn.exe.sha1` file and get content of file. You can search at https://cs.chromium.org with `file:gn.exe.sha1` . | |
- The content is something like `c0d03f78af494365ff38c663297a20fe61da29ea`, | |
download file from url `https://storage.googleapis.com/chromium-gn/<content of file>`, like | |
`https://storage.googleapis.com/chromium-gn/c0d03f78af494365ff38c663297a20fe61da29ea` and rename the downloaded file to `gn.exe` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment