From 5ed46f010b322f37a08b241bc1b7c8d3caf55037 Mon Sep 17 00:00:00 2001 From: Adrian Hupka <6577198+Hupka@users.noreply.github.com> Date: Thu, 17 Mar 2022 14:01:05 +0100 Subject: [PATCH] fix: added command line argument to successfully run multiwindow example (#3717) Co-authored-by: Lucas Fernandes Nogueira --- examples/multiwindow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiwindow/README.md b/examples/multiwindow/README.md index ee52a1226..fb6d4fd4b 100644 --- a/examples/multiwindow/README.md +++ b/examples/multiwindow/README.md @@ -2,4 +2,4 @@ An example Tauri Multi-Window Application. -To execute run the following on the root directory of the repository: `cargo run --example multiwindow`. +To execute run the following on the root directory of the repository: `cargo run --example multiwindow --features window-create`.