test to see if the action even works

This commit is contained in:
JaegerwaldDev
2025-04-13 20:30:47 +02:00
parent ae20445301
commit c31d1ae893
4 changed files with 102 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export function createSplashWindow(startMinimized = false) {
show: !startMinimized
});
splash.loadFile(join(VIEW_DIR, "splash.html"));
splash.loadFile(join(VIEW_DIR, "nx-splash.html"));
const { splashBackground, splashColor, splashTheming } = Settings.store;

View File

@@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) {
}
export async function downloadVencordFiles() {
const release = await githubGet("/repos/Vendicated/Vencord/releases/latest");
const release = await githubGet("/repos/Nexulien/Nexulien/releases/latest");
const { assets }: ReleaseData = await release.json();