Skip to content

Commit b62d327

Browse files
committed
cleanup
1 parent 99aa82e commit b62d327

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/app-builder-lib/src/util/electronGet.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import { getUserDefinedCacheDir, PADDING } from "builder-util"
33
import * as chalk from "chalk"
44
import { MultiProgress } from "electron-publish/out/multiProgress"
55

6-
76
const configToPromise = new Map<string, Promise<string>>()
87

9-
108
export type ElectronDownloadOptions = Omit<
119
ElectronPlatformArtifactDetails,
1210
"platform" | "arch" | "version" | "artifactName" | "artifactSuffix" | "customFilename" | "tempDirectory" | "downloader" | "cacheMode" | "cacheRoot"

0 commit comments

Comments
 (0)