Merge pull request #232 from y-yagi/fix-build-example

Remove unnecessary backquote from `legacy_appindicator` build flag example
This commit is contained in:
Matt Joiner
2022-03-29 22:11:05 +11:00
committed by GitHub
+1 -1
View File
@@ -82,7 +82,7 @@ If you need to support the older `libappindicator3` library instead, you can pas
when building. For example:
```
go build -tags=legacy_appindicator`
go build -tags=legacy_appindicator
```
To build `webview_example`, you also need to install `libwebkit2gtk-4.0-dev` and remove `webview_example/rsrc.syso` which is required on Windows.