mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user