MCPcopy Create free account
hub / github.com/electron/forge / package

Method package

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

* Resolves hooks if they are a path to a file (instead of a `Function`)

(opts: PackageOptions)

Source from the content-addressed store, hash-verified

39 * Resolves hooks if they are a path to a file (instead of a `Function`)
40 */
41 async package(opts: PackageOptions): Promise<void> {
42 await _package(opts);
43 }
44
45 /**
46 * Publish an Electron application into the given target service

Calls

no outgoing calls

Tested by

no test coverage detected