Revert "feat: adjust Windows ICO dimensions for improved icon rendering"
Desktop Client Build / Resolve Build Metadata (push) Has been cancelled
Desktop Client Build / Build Desktop Client (push) Has been cancelled
Desktop Client Build / Publish Client Artifacts to NAS (push) Has been cancelled

This reverts commit fe3cdaf92a.
This commit is contained in:
Xu Liang
2026-05-31 23:57:35 +08:00
parent fe3cdaf92a
commit 0575578c8e
2 changed files with 2 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -36,8 +36,8 @@ const MAC_APP_ICON_PLATE = 824
const MAC_APP_ICON_LOGO_RATIO = 0.62
const APP_PNG_PLATE = 896
const APP_PNG_LOGO_RATIO = 0.72
const WINDOWS_ICO_PLATE = 1008
const WINDOWS_ICO_LOGO_RATIO = 0.86
const WINDOWS_ICO_PLATE = 1024
const WINDOWS_ICO_LOGO_RATIO = 1
const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'brand-icons-'))
const cleanup = () => fs.rmSync(tmpDir, { recursive: true, force: true })