test to see if the action even works
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user