make it actually work

This commit is contained in:
defautluser0
2025-05-23 15:05:31 +02:00
parent 845bd5b891
commit 9a3bc2acff
3 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/*
* Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors
* Copyright (c) 2025 Vendicated and Vesktop contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
@@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) {
}
export async function downloadVencordFiles() {
const release = await githubGet("/repos/Nexulien/Nexulien/releases/latest");
const release = await githubGet("/repos/defautluser0/Not-Nexulien/releases/latest");
const { assets }: ReleaseData = await release.json();