We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aa82e commit b62d327Copy full SHA for b62d327
packages/app-builder-lib/src/util/electronGet.ts
@@ -3,10 +3,8 @@ import { getUserDefinedCacheDir, PADDING } from "builder-util"
3
import * as chalk from "chalk"
4
import { MultiProgress } from "electron-publish/out/multiProgress"
5
6
-
7
const configToPromise = new Map<string, Promise<string>>()
8
9
10
export type ElectronDownloadOptions = Omit<
11
ElectronPlatformArtifactDetails,
12
"platform" | "arch" | "version" | "artifactName" | "artifactSuffix" | "customFilename" | "tempDirectory" | "downloader" | "cacheMode" | "cacheRoot"
0 commit comments