* Make distributables for an Electron application
(opts: MakeOptions)
| 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`) |
no test coverage detected