Add lower resolution icons for proper scaling on Windows

This commit is contained in:
Davi 2025-02-20 10:46:40 -03:00
parent a1d5e4dcdc
commit 8edcc99621
4 changed files with 3 additions and 2 deletions

BIN
build/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -183,7 +183,8 @@
"arm64"
]
}
]
],
"icon": "icon.ico"
},
"publish": {
"provider": "github"

View file

@ -9,4 +9,4 @@ import { join } from "path";
export const STATIC_DIR = /* @__PURE__ */ join(__dirname, "..", "..", "static");
export const VIEW_DIR = /* @__PURE__ */ join(STATIC_DIR, "views");
export const BADGE_DIR = /* @__PURE__ */ join(STATIC_DIR, "badges");
export const ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.png");
export const ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.ico");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 63 KiB