Implement VencordDesktop, improve tray
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export const GET_PRELOAD_FILE = "VCD_GET_PRELOAD_FILE";
|
||||
export const RELAUNCH = "VCD_RELAUNCH";
|
||||
|
||||
4
src/shared/paths.ts
Normal file
4
src/shared/paths.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { join } from "path";
|
||||
|
||||
export const STATIC_DIR = join(__dirname, "..", "..", "static");
|
||||
export const ICON_PATH = join(STATIC_DIR, "icon.ico");
|
||||
Reference in New Issue
Block a user