mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
1fe504346e
- 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.
15 lines
309 B
JSON
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"
|
|
}
|
|
}
|