Skip to content

Commit

Permalink
Updated build/packaging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehlee committed May 25, 2019
1 parent a41d3be commit 354a806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# heatseek-electron
Electron app for programming heatseek sensors

## Build Instructions
## Build/Packaging Instructions
1. `yarn`
2. `npm start`

## Packaging Instructions
1. Follow build instructions
2. `./node_modules/.bin/electron-builder build`
2. `npm start`

## Build Dependencies
* `node 12.3.1`
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp start"
"start": "gulp start",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 354a806

Please sign in to comment.