Handle OS file association: open .md files passed as CLI args

This commit is contained in:
Your Name
2026-02-14 19:45:58 +02:00
parent a3b241b4a1
commit f462ca8d03
5 changed files with 51 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Vesper",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "com.vesper.reader",
"build": {
"beforeDevCommand": "npm run dev",