Skip to content

Commit d8d321f

Browse files
committed
add documentation
1 parent 59356b3 commit d8d321f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@ To get a list of all available packaging formats run:
124124
hover build --help
125125
```
126126

127+
### Flavors
128+
129+
Hover supports different application flavors via `--flavor MY_FLAVOR` command.
130+
If you wish to create a new flavor for you application,
131+
simply copy `go/hover.yaml` into `go/hover-MY_FLAVOR.yaml` and modify contents as needed.
132+
If no flavor is specified, Hover will always default to `hover.yaml`
133+
134+
```
135+
hover run --flavor develop || hover build --flavor develop
136+
// hover-develop.yaml
137+
```
138+
139+
127140
## Issues
128141

129142
Please report issues at the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues/).

0 commit comments

Comments
 (0)