defusr0 -> not-nex

This commit is contained in:
defautluser0
2025-05-23 17:59:31 +02:00
parent 3ee042078a
commit 609f859f08
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"description": "Not-Nextop is a custom Discord desktop app", "description": "Not-Nextop is a custom Discord desktop app",
"keywords": [], "keywords": [],
"homepage": "https://github.com/defautluser0/not-nextop", "homepage": "https://github.com/not-nexulien/not-nextop",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "defautluser0 <saygex8361@gmail.com>", "author": "defautluser0 <saygex8361@gmail.com>",
"main": "dist/js/main.js", "main": "dist/js/main.js",

View File

@@ -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: { headers: {
Accept: "application/vnd.github+json", Accept: "application/vnd.github+json",
"X-Github-Api-Version": "2022-11-28" "X-Github-Api-Version": "2022-11-28"

View File

@@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) {
} }
export async function downloadVencordFiles() { 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(); const { assets }: ReleaseData = await release.json();