Change API_BASE to main vencord repo

This commit is contained in:
Vendicated 2023-04-04 02:04:42 +02:00
parent bbf9a581cb
commit 3fd7dde6ef
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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",