Skip to content

Commit

Permalink
updated dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 13, 2021
1 parent 6279687 commit 4b29e3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ cd app/frontend && npm run dev

### Building

In this directory run `wails build`. The binary will be generated in `./build/darwin/desktop/`.
In this directory run `./build.sh`. The binary will be generated in `./build/darwin/desktop/`.

```bash
./build.sh && ./build/darwin/desktop/xbar
```

### Updates

Expand Down

0 comments on commit 4b29e3b

Please sign in to comment.