From 2bc46b061c4cf30e0d56298e701e72023949571a Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 18 Nov 2024 18:50:41 +0100 Subject: [PATCH] docs(examples): fix file-assoc readme cargo build command (#11711) closes #11703 --- examples/file-associations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/file-associations/README.md b/examples/file-associations/README.md index a0a56d950722..da58498eb075 100644 --- a/examples/file-associations/README.md +++ b/examples/file-associations/README.md @@ -9,5 +9,5 @@ This feature is commonly used for functionality such as previewing or editing fi 1. Run the following inside `examples/file-associations/src-tauri` ``` - cargo build + cargo build --features tauri/protocol-asset ```