orchard/src/main/base
JYW0803 aec0651ba0
Fix update (#534)
```
[2022-03-01 08:24:54.075] [error] TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
```
2022-03-01 12:26:11 -08:00
..
app.ts #523 Patch 2022-03-01 03:37:20 +00:00
browserwindow.ts will now write id to theme.json 2022-02-28 22:50:31 -08:00
castcontroller.js add metadata support 2022-03-01 19:12:15 +07:00
castreceiver.js change id 2022-03-01 19:17:38 +07:00
plugins.ts fix themes for linux 2022-02-21 18:30:14 +07:00
store.ts added window style to settings 2022-02-28 23:57:47 -08:00
utils.ts Fix update (#534) 2022-03-01 12:26:11 -08:00
wsapi.ts back button & media keys improvement 2022-02-18 22:50:02 +07:00