Change API_BASE to main vencord repo
This commit is contained in:
parent
bbf9a581cb
commit
3fd7dde6ef
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue