Skip to content
New issue

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

Add electron download options #921

Closed
wants to merge 1 commit into from
Closed

Add electron download options #921

wants to merge 1 commit into from

Conversation

FTAndy
Copy link

@FTAndy FTAndy commented Nov 18, 2016

function createDownloadOpts(opts: any, platform: string, arch: string, electronVersion: string) {
  const downloadOpts = Object.assign({
    cache: opts.cache,
    strictSSL: opts["strict-ssl"]
  }, opts.download)

the code has this option, but the doc does not declare it.

```javascript
function createDownloadOpts(opts: any, platform: string, arch: string, electronVersion: string) {
  const downloadOpts = Object.assign({
    cache: opts.cache,
    strictSSL: opts["strict-ssl"]
  }, opts.download)
```

the code has this option, but the doc does not declare it.
@mention-bot
Copy link

@FTAndy, thanks for your PR! By analyzing the history of the files in this pull request, we identified @develar, @ha-D and @symbyte to be potential reviewers.

@develar
Copy link
Member

develar commented Nov 19, 2016

Thanks. In the future please edit metadata.ts.

@develar develar closed this Nov 19, 2016
develar added a commit to develar/electron-builder that referenced this pull request Nov 19, 2016
gregnolle pushed a commit to voidbridge/electron-builder that referenced this pull request Nov 28, 2016
* master:
  feat: electronDownload instead of download electron-userland#921
  feat: rename LICENSE from electron dist to LICENSE.electron.txt
  fix: snap support, desktop integration attempt electron-userland#509
  chore: update electron-macos-sign to 1.3.4
  fix(mac): App rejected when Mac Developer certificate is in keychain electron-userland#890
  feat(deb): Replace ia32 arch name with i386 in package filename
  feat(linux): lowercased linux executable
  WIP: snap support electron-userland#509
  test: split to small files to make Jest happy
  feat(linux): Build snap packages for Linux electron-userland#509
  test: migrate to Jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants