MCPcopy
hub / github.com/electron/forge / make

Method make

packages/api/core/src/api/index.ts:34–36  ·  view source on GitHub ↗

* Make distributables for an Electron application

(opts: MakeOptions)

Source from the content-addressed store, hash-verified

32 * Make distributables for an Electron application
33 */
34 make(opts: MakeOptions): Promise<ForgeMakeResult[]> {
35 return make(opts);
36 }
37
38 /**
39 * Resolves hooks if they are a path to a file (instead of a `Function`)

Callers 2

listrMakeFunction · 0.45

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected