mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +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.
30 lines
574 B
JSON
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": {}
|
|
}
|