Get rid of bad description for file association on Windows (#5905)

# Description of Changes
Explorer currently shows this on Windows:

<img width="380" height="43" alt="image"
src="https://github.com/user-attachments/assets/a892d827-8e0a-4f85-a035-52a454eaadd8"
/>

This PR just removes the description for the file association so we use
the default behaviour. This string is only used on Windows according to
the [Tauri docs](https://v2.tauri.app/reference/config/#description-1).
This commit is contained in:
James Brunton
2026-03-09 15:02:10 +00:00
committed by GitHub
parent ff31b2f9ca
commit 6d9fc59bc5

View File

@@ -50,7 +50,6 @@
"pdf"
],
"name": "PDF Document",
"description": "Open PDF files with Stirling-PDF",
"role": "Editor",
"mimeType": "application/pdf"
}