Files
UNITRONIX 1fe504346e feat(rdclient): introduce RdClient desktop MVP with session handling and TLS support
- Added a new Tauri v2 operator shell for RdClient desktop, featuring first-run panel URL setup and session management.
- Implemented automatic session detection for Linux and TLS support for both HTTP and HTTPS with various certificate options.
- Enhanced remote session opening functionality to utilize the new desktop client when available.
2026-06-14 19:31:24 +02:00

30 lines
574 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "BetterDesk RdClient",
"version": "0.1.0",
"identifier": "com.betterdesk.rdclient",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null,
"capabilities": ["default"]
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {}
}