From 609f859f08cf7f397e8664de28578d39ebd28bcb Mon Sep 17 00:00:00 2001 From: defautluser0 Date: Fri, 23 May 2025 17:59:31 +0200 Subject: [PATCH] defusr0 -> not-nex --- package.json | 2 +- scripts/utils/updateMeta.mts | 2 +- src/main/utils/vencordLoader.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0181e10..847c090 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Not-Nextop is a custom Discord desktop app", "keywords": [], - "homepage": "https://github.com/defautluser0/not-nextop", + "homepage": "https://github.com/not-nexulien/not-nextop", "license": "GPL-3.0-or-later", "author": "defautluser0 ", "main": "dist/js/main.js", diff --git a/scripts/utils/updateMeta.mts b/scripts/utils/updateMeta.mts index 2b11de0..55ac7d2 100644 --- a/scripts/utils/updateMeta.mts +++ b/scripts/utils/updateMeta.mts @@ -43,7 +43,7 @@ function generateDescription(description: string, descriptionNode: Element) { } } -const latestReleaseInformation = await fetch("https://api.github.com/repos/defautluser0/Not-Nextop/releases/latest", { +const latestReleaseInformation = await fetch("https://api.github.com/repos/not-nexulien/Not-Nextop/releases/latest", { headers: { Accept: "application/vnd.github+json", "X-Github-Api-Version": "2022-11-28" diff --git a/src/main/utils/vencordLoader.ts b/src/main/utils/vencordLoader.ts index 7354a40..fa35db9 100644 --- a/src/main/utils/vencordLoader.ts +++ b/src/main/utils/vencordLoader.ts @@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) { } export async function downloadVencordFiles() { - const release = await githubGet("/repos/defautluser0/Not-Nexulien/releases/latest"); + const release = await githubGet("/repos/not-nexulien/Not-Nexulien/releases/latest"); const { assets }: ReleaseData = await release.json();