Remove unnecessary backquote from legacy_appindicator build flag example

This commit is contained in:
yuuji.yaginuma
2022-03-28 13:56:37 +09:00
parent a957efe6e5
commit 6a2cbf5f70
+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.