Skip to content

randomCOSMOS/GoD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoD: Gesture of Design

An OS demo made by using electron.js. Mainly to understand and learn the library better.

Instructions :

  • Run npm i in the directory to install the required packages.
  • Run electron . to test out the project.
  • Rub electron build -w to build and create an executable (For Windows).

Installation Wizard Glossary

  • 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.