generated from nhcarrigan/template
d5a4324160
Adds open_binary_file Tauri command that translates WSL Linux-style paths (e.g. /tmp/mcp_output_abc123.pdf) to Windows UNC paths via wslpath -w before opening, so binary file links work correctly on Windows/WSL. Non-Windows platforms pass the path through unchanged. Markdown.svelte now invokes this command instead of calling openPath directly.