mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 21:35:08 +00:00
Add lower resolution icons for proper scaling on Windows
This commit is contained in:
parent
a1d5e4dcdc
commit
8edcc99621
4 changed files with 3 additions and 2 deletions
BIN
build/icon.ico
Normal file
BIN
build/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
|
@ -183,7 +183,8 @@
|
|||
"arm64"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"icon": "icon.ico"
|
||||
},
|
||||
"publish": {
|
||||
"provider": "github"
|
||||
|
|
|
@ -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");
|
||||
|
|
BIN
static/icon.ico
BIN
static/icon.ico
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 63 KiB |
Loading…
Add table
Reference in a new issue