chore: bump version to 0.4.5 (#346)

* chore: bump version to 0.4.5 and add desktop app to README

* style: auto-format with Biome

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Dayuan Jiang
2025-12-22 10:39:28 +09:00
committed by GitHub
parent f58274bb84
commit fc5eca877a
6 changed files with 82 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
* that electron-builder can properly include
*/
import { cpSync, rmSync, existsSync, mkdirSync } from "node:fs"
import { cpSync, existsSync, mkdirSync, rmSync } from "node:fs"
import { join } from "node:path"
import { fileURLToPath } from "node:url"