Revert "feat: adjust Windows ICO dimensions for improved icon rendering"
This reverts commit fe3cdaf92a.
This commit is contained in:
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 })
|
||||
|
||||
Reference in New Issue
Block a user