-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(cli): UTExportedTypeDeclarations support for file associations #14128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Package Changes Through 1890a15There are 9 changes which include @tauri-apps/api with minor, tauri-cli with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri with minor, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-macros with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
crates/tauri-utils/src/config.rs
Outdated
pub identifier: String, | ||
/// The types that this type conforms to. Maps to `UTTypeConformsTo`. | ||
/// | ||
/// Examples are `public.data`, `public.image`, `public.image`, `public.database`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate public.image
mind adding it to https://github.com/tauri-apps/tauri/tree/dev/examples/file-associations ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test this rn either but looks like my request for the example update did the trick as well :D
closes #13314