tauri/examples/file-associations
Lucas Fernandes Nogueira 27d0183431
fix(core): clippy warnings, simplify embed_plist usage (#10844)
* fix(core): clippy warnings

* fix test

* chore: simplify example
2024-09-03 01:09:27 +03:00
..
src-tauri fix(core): clippy warnings, simplify embed_plist usage (#10844) 2024-09-03 01:09:27 +03:00
index.html chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00
package.json Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
README.md chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00

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

  1. Run the following inside examples/file-associations/src-tauri

    cargo build