mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-24 06:05:09 +00:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
|
import { join } from "path";
|
||
|
|
||
|
export const STATIC_DIR = join(__dirname, "..", "..", "static");
|
||
|
export const ICON_PATH = join(STATIC_DIR, "icon.ico");
|