diff --git a/src/shared/paths.ts b/src/shared/paths.ts index 73d1b11..e85489d 100644 --- a/src/shared/paths.ts +++ b/src/shared/paths.ts @@ -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"); diff --git a/static/icon.png b/static/icon.png new file mode 100644 index 0000000..027ab0b Binary files /dev/null and b/static/icon.png differ