switch to png icon

This commit is contained in:
Vendicated 2023-04-04 02:26:55 +02:00
parent a6fffa44e5
commit c0ba813041
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { join } from "path";
export const STATIC_DIR = join(__dirname, "..", "..", "static");
export const ICON_PATH = join(STATIC_DIR, "icon.ico");
export const ICON_PATH = join(STATIC_DIR, "icon.png");

BIN
static/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB