Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MirrorOptions

Index

Properties

customDir?: string

The name of the directory to download from, often scoped by version number e.g 'v4.0.4'

customFilename?: string

The name of the asset to download, e.g 'electron-v4.0.4-linux-x64.zip'

customVersion?: string

The version of the asset to download, e.g '4.0.4'

mirror?: string

The base URL of the mirror to download from, e.g https://github.com/electron/electron/releases/download

nightlyMirror?: string

The Electron nightly-specific mirror URL.

nightly_mirror?: string

DEPRECATED - see nightlyMirror.

Methods

  • resolveAssetURL(opts: any): Promise<string>
  • A function allowing customization of the url returned from getArtifactRemoteURL().

    Parameters

    • opts: any

    Returns Promise<string>