Skip to content

Instantly share code, notes, and snippets.

@gavxin
Created January 23, 2018 13:25
Show Gist options
  • Save gavxin/5d7bce22d5b24701f846ce9e7823ad1f to your computer and use it in GitHub Desktop.
Save gavxin/5d7bce22d5b24701f846ce9e7823ad1f to your computer and use it in GitHub Desktop.
Get latest gn.exe windows binary from google chromium project.
- 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