mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
27d0183431
* fix(core): clippy warnings * fix test * chore: simplify example |
||
---|---|---|
.. | ||
src-tauri | ||
index.html | ||
package.json | ||
README.md |
File Associations Example
This example demonstrates how to make associations between the application and certain file types.
This feature is commonly used for functionality such as previewing or editing files.
Running the example
-
Run the following inside
examples/file-associations/src-tauri
cargo build