Files
plane/todesktop.json
T
Prateek ShouryaandGitHub e4618cb6e8 chore: changes required to release the desktop app (#6447)
* feat: update desktop app configuration and copyright year

- Added appId to todesktop.json for desktop application identification.
- Updated copyright year in main.ts from 2023 to 2026.
- Commented out the "Change Instance..." menu option for future implementation.

* chore: bypass setup page and load cloud app directly

- Changed the initial view to show a connecting screen instead of the choice screen, as self-managed instances are not available yet.
- Commented out the "Change Instance..." menu option for future implementation.
- Updated logic to connect automatically to the cloud on startup.
2026-03-25 17:42:58 +05:30

11 lines
218 B
JSON

{
"appPath": "./apps/desktop",
"bundleWorkspacePackages": {
"enabled": true
},
"icon": "./apps/desktop/icon.png",
"id": "260130r75i625",
"appId": "com.todesktop.2405288gp0ar3qc",
"schemaVersion": 1
}