Skip to content
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

fix(bundler): Add support for File Association in Linux by default #10358

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

naman-crabnebula
Copy link
Contributor

Added %F to open the file with Tauri Application.

However, developer have to handle the argument received himself ( obviously )

@naman-crabnebula naman-crabnebula requested a review from a team as a code owner July 22, 2024 23:13
@FabianLars
Copy link
Member

If i understand the specification correctly then you can only have one of %f %F %u %U in there but never 2. We need %u or %U for deep links though (wherever that went...). It sounds like if you use %U then it includes %F but as file:// urls. iirc we have the same behavior on macOS so it shouldn't be too bad.

Any thoughts on that?

Also, should we make this change depend on whether file associations/deep links where configured at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants