We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-packager can download electron with --mirror options, seems electron builder can not do this. Any way to download electron faster ?
The text was updated successfully, but these errors were encountered:
Please see https://github.com/electron-userland/electron-download
You can set the ELECTRON_MIRROR or NPM_CONFIG_ELECTRON_MIRROR environment variable to use a custom base URL for grabbing Electron zips.
Sorry, something went wrong.
@develar
function createDownloadOpts(opts: any, platform: string, arch: string, electronVersion: string) { const downloadOpts = Object.assign({ cache: opts.cache, strictSSL: opts["strict-ssl"] }, opts.download)
the options doc does not declare the build.download options. i add a pr
build.download
No branches or pull requests
electron-packager can download electron with --mirror options, seems electron builder can not do this. Any way to download electron faster ?
The text was updated successfully, but these errors were encountered: