Files
BetterDesk/rdclient-desktop/package.json
T
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

15 lines
309 B
JSON

{
"name": "rdclient-desktop",
"private": true,
"version": "0.1.0",
"description": "BetterDesk RdClient — operator desktop client (Tauri shell)",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build"
},
"devDependencies": {
"@tauri-apps/cli": "^2.6.2"
}
}