From 59db5186a0d2c3ea6e2eb31d07e9775936d99a5d Mon Sep 17 00:00:00 2001 From: V Date: Wed, 12 Jul 2023 18:11:50 +0200 Subject: [PATCH] Update outdated urls --- .vscode/settings.json | 3 ++- src/updater/main.ts | 2 +- static/views/about.html | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 53b335c..e729f08 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,5 +20,6 @@ }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "cSpell.words": ["Vesktop"] } diff --git a/src/updater/main.ts b/src/updater/main.ts index 95d62a4..760b772 100644 --- a/src/updater/main.ts +++ b/src/updater/main.ts @@ -74,7 +74,7 @@ function isOutdated(oldVersion: string, newVersion: string) { export async function checkUpdates() { // if (IS_DEV) return; try { - const raw = await githubGet("/repos/Vencord/Desktop/releases/latest"); + const raw = await githubGet("/repos/Vencord/Vesktop/releases/latest"); const data = JSON.parse(raw.toString("utf-8")) as ReleaseData; const oldVersion = app.getVersion(); diff --git a/static/views/about.html b/static/views/about.html index bff29e6..6e0b277 100644 --- a/static/views/about.html +++ b/static/views/about.html @@ -26,10 +26,10 @@ Vencord Website
  • - Source Code + Source Code
  • - Report bugs / Request features + Report bugs / Request features
  • @@ -53,7 +53,7 @@
  • And many - more awesome open source libraries