* 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.
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"appPath": "./apps/desktop",
|
|
"bundleWorkspacePackages": {
|
|
"enabled": true
|
|
},
|
|
"icon": "./apps/desktop/icon.png",
|
|
"id": "260130r75i625",
|
|
"appId": "com.todesktop.2405288gp0ar3qc",
|
|
"schemaVersion": 1
|
|
}
|