Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 267 Bytes

5-packaging.md

File metadata and controls

11 lines (10 loc) · 267 Bytes

Step One: Anywhere in your command line, type:

npm install -g electron-packager

Step Two: Then, from your branch on the CLI:

electron-packager .

Step Three: Commit your changes.