Skip to content

Commit 2bc46b0

Browse files
authored
docs(examples): fix file-assoc readme cargo build command (#11711)
closes #11703
1 parent b63262c commit 2bc46b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/file-associations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This feature is commonly used for functionality such as previewing or editing fi
99
1. Run the following inside `examples/file-associations/src-tauri`
1010

1111
```
12-
cargo build
12+
cargo build --features tauri/protocol-asset
1313
```

0 commit comments

Comments
 (0)