fix(client): use valid bundle category SocialNetworking

'Network' is not a tauri-bundler AppCategory, so every bundling run
failed with 'invalid category' after compilation succeeded.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
J3vb
2026-07-18 14:28:47 +02:00
co-authored by Claude Fable 5
parent 35f225dca4
commit 44bc996f70
@@ -54,7 +54,7 @@
"bundleMediaFramework": true
}
},
"category": "Network",
"category": "SocialNetworking",
"shortDescription": "Self-hosted chat platform",
"longDescription": "OwnCord is a self-hosted voice and text chat platform with end-to-end encryption and full media support.",
"windows": {