Bumps [electron](https://github.com/electron/electron) from 9.3.1 to 9.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v9.3.1...v9.4.0) Signed-off-by: dependabot[bot] <support@github.com>
Simple Electron-Desktop
Simple electron desktop application template
Settings
-
You can easily change url electron will open at
index.jsfile -
You can change an application icon at
assetsfolder. All you need to do is just replaceicon.icofile with your icon -
Version, application name and description might be changed at
package.jsonandpackage-lock.jsonfiles
Build
-
Navigate to the project folder
-
Run
npm installcommand -
Run
npm run buildcommand
Dependencies
- NodeJS
Description
Languages
JavaScript
100%