From 3fd7dde6ef3ed7e7379ae8cfd1ca6eb89bfec8dc Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Apr 2023 02:04:42 +0200 Subject: [PATCH] Change API_BASE to main vencord repo --- src/main/utils/vencordLoader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/utils/vencordLoader.ts b/src/main/utils/vencordLoader.ts index bac666b..7248884 100644 --- a/src/main/utils/vencordLoader.ts +++ b/src/main/utils/vencordLoader.ts @@ -4,7 +4,7 @@ import { USER_AGENT, VENCORD_FILES_DIR } from "../constants"; import { downloadFile, simpleGet } from "./http"; // TODO: Setting to switch repo -const API_BASE = "https://api.github.com/repos/Vendicated/VencordDev"; +const API_BASE = "https://api.github.com/repos/Vendicated/Vencord"; const FILES_TO_DOWNLOAD = [ "vencordDesktopMain.js",