An OS demo made by using electron.js. Mainly to understand and learn the library better.
- Run
npm iin the directory to install the required packages. - Run
electron .to test out the project. - Rub
electron build -wto build and create an executable (For Windows).
- oneClick: Whether the program is to be installed at once or not.
- createDesktopShortcut: Creates a shortcut on desktop.
- allowToChangeInstallationDirectory: Boolean to allow a change in installation directory.