mirror of
https://github.com/celisej567/Vesktop.git
synced 2026-09-13 20:12:49 +03:00
switch to png icon
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user