aboutsummaryrefslogtreecommitdiff
path: root/src/utils/IpcEvents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/IpcEvents.ts')
-rw-r--r--src/utils/IpcEvents.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts
index 6061fcb..b0a53f2 100644
--- a/src/utils/IpcEvents.ts
+++ b/src/utils/IpcEvents.ts
@@ -19,4 +19,9 @@ export default strEnum({
SET_SETTINGS: "VencordSetSettings",
OPEN_EXTERNAL: "VencordOpenExternal",
OPEN_PATH: "VencordOpenPath",
+ GET_UPDATES: "VencordGetUpdates",
+ GET_REPO: "VencordGetRepo",
+ GET_HASHES: "VencordGetHashes",
+ UPDATE: "VencordUpdate",
+ BUILD: "VencordBuild"
} as const);