tauri/examples/file-associations
2025-04-15 13:45:46 -03:00
..
src-tauri fix: fileAssociations missing LSHandlerRank on macOS (#13159) (#13236) 2025-04-15 13:45:46 -03:00
index.html chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00
package.json fix: fileAssociations missing LSHandlerRank on macOS (#13159) (#13236) 2025-04-15 13:45:46 -03:00
README.md docs(examples): fix file-assoc readme cargo build command (#11711) 2024-11-18 19:50:41 +02: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 --features tauri/protocol-asset