Amr Bashir b9e6a01879 refactor(cli): use `tauri/custom-protocol` instead of relying on user having `custom-protocol` in their cargo features (#8937) 1 年之前
..
src-tauri b9e6a01879 refactor(cli): use `tauri/custom-protocol` instead of relying on user having `custom-protocol` in their cargo features (#8937) 1 年之前
README.md 3b98141aa2 feat: add file association support, closes #3736 (#4320) 2 年之前
index.html ab57f9531a chore: run pnpm format on the repo 1 年之前
package.json ab57f9531a chore: run pnpm format on the repo 1 年之前
yarn.lock 3b98141aa2 feat: add file association support, closes #3736 (#4320) 2 年之前

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

cargo build --example file-associations