get icon indicating copy to clipboard operation
get copied to clipboard

Download Electron release artifacts

Results 22 get issues
Sort by recently updated
recently updated
newest added

Hello, we use a monorepo and depend on multiple electron versions (some are the same and some are different). Lately we got hit by a race condition during `yarn install`...

:beetle: bug

When downloading from a mirror and specifying a custom filename, the SHASUMS256.txt is always invalid. When the checksum is downloaded in this case https://github.com/electron/get/blob/9034cc46cb54fabd11d6e540b5093dbbcc7c3a42/src/index.ts#L125-L138 there are two places where the...

:beetle: bug

It would be nice if the electron_custom_version option https://github.com/electron/get/blob/607f6217f71186e93b73dc4f1be94dc758d135da/src/index.ts#L81 would also be searched for in the env vars set by the npm_config or npm_package_config similar to the other env var...

Closes #209. This is less of a problem these days as `@electron/fiddle-core` actually steals the file out of the cache, so there's not duplicate copies, but that's not optimal behavior,...

Hi, I use winfoom (https://github.com/ecovaci/winfoom) as a local proxy to connect my apps to our corporate proxy and I encounter the following error: ```text npm ERR! code 1 npm ERR!...

:beetle: bug

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

:sparkles: enhancement

Forwarding this issue from here : [https://github.com/electron/electron/issues/44416](https://github.com/electron/electron/issues/44416) Just encountered the same issue.

blocked/upstream

Should remove a few transitive dependencies.

downloadArtifact calls validateArtifact to check the sha256 sums of a cached or newly downloaded file. It uses the download method internally to fetch the SHASUMS256 file and that also calls...

These are now generally available, so expanding our test matrix to ensure we test pulling binaries on these platforms.