Implement VencordDesktop, improve tray

This commit is contained in:
Vendicated
2023-04-04 01:35:37 +02:00
parent f45d6482ac
commit 1c20f35460
6 changed files with 57 additions and 22 deletions

View File

@@ -1 +1,2 @@
export const GET_PRELOAD_FILE = "VCD_GET_PRELOAD_FILE";
export const RELAUNCH = "VCD_RELAUNCH";

4
src/shared/paths.ts Normal file
View 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");