Skip to content

Commit 6a2cbf5

Browse files
committed
Remove unnecessary backquote from legacy_appindicator build flag example
1 parent a957efe commit 6a2cbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you need to support the older `libappindicator3` library instead, you can pas
8282
when building. For example:
8383

8484
```
85-
go build -tags=legacy_appindicator`
85+
go build -tags=legacy_appindicator
8686
```
8787

8888
To build `webview_example`, you also need to install `libwebkit2gtk-4.0-dev` and remove `webview_example/rsrc.syso` which is required on Windows.

0 commit comments

Comments
 (0)