fix: added command line argument to successfully run multiwindow example (#3717)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
This commit is contained in:
Adrian Hupka 2022-03-17 14:01:05 +01:00 committed by GitHub
parent 1967ac8a07
commit 5ed46f010b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.