mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
CLI: Include electron-builder configuration over the electron.manifest.json #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GregorBiswanger on GitHub (Oct 24, 2017).
Originally assigned to: @robertmuehsig on GitHub.
The electron-builder supports a build configuration through the package.json.
We need to inlcude a default configuration in the electron.manifest.json, that based on the electron-builder build configuration.
Maybe we can include an assets folder with sample images? ("electronize init").
Information about the electron-builder configuration:
https://github.com/electron-userland/electron-builder/blob/master/docs/configuration/configuration.md
http://electron.rocks/electron-builder-explained/