Closed cffs closed 4 years ago
Electron extends the process object with a read-only resourcesPath property, which the generator uses. This property is not defined when we are not using the Electron framework.
resourcesPath
This commit adds defines that property for the CLI.
Fixes #4.
thank you!
Electron extends the process object with a read-only
resourcesPath
property, which the generator uses. This property is not defined when we are not using the Electron framework.This commit adds defines that property for the CLI.
Fixes #4.