Files
Lucas Fernandes Nogueira 8f71640250 fix: CEF CI (#14953)
* fix: CEF CI

* fmt

* update to rust 1.88, edition 2024

* install x86_64-apple-darwin

* linux clippy

* fix --all-features

* more all-features fixes

* install x86 apple

* fix windows

* fix doc tests

* skip --all-featuress test for android and ios

* more clippy fixes

* install target

* fix build, clippy

* export cef for tests

* pin version

* fix arg
2026-02-18 11:24:11 -03:00
..
2026-02-18 11:24:11 -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 --features tauri/protocol-asset
    

Associations

This example creates associations with PNG, JPG, JPEG and GIF files.

Additionally, it defines two new extensions - taurid (derives from a raw data file) and taurijson (derives from JSON). They have special treatment on macOS (see exportedType in src-tauri/tauri.conf.json).