Skip to content

Commit

Permalink
Update BUILD.md (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored and Gabe Stocco committed Jun 6, 2019
1 parent 779e0b8 commit f0d1852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ electronize start

Windows
```
electronize build /target win /package-json package.json /relative-path bin
electronize build /target win /package-json package.json
```

Linux
```
electronize build /target linux /package-json package.json /relative-path bin
electronize build /target linux /package-json package.json
```

Mac
```
electronize build /target macos /package-json package.json /relative-path bin
electronize build /target macos /package-json package.json
```

Will create the Electron application in ```AttackSurfaceAnalyzer\Gui\bin\```
Will create the output in ```bin\{platform}-unpacked```.

0 comments on commit f0d1852

Please sign in to comment.