Update outdated urls

This commit is contained in:
V 2023-07-12 18:11:50 +02:00
parent 49572f424b
commit 59db5186a0
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
3 changed files with 6 additions and 5 deletions

View file

@ -20,5 +20,6 @@
}, },
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
} },
"cSpell.words": ["Vesktop"]
} }

View file

@ -74,7 +74,7 @@ function isOutdated(oldVersion: string, newVersion: string) {
export async function checkUpdates() { export async function checkUpdates() {
// if (IS_DEV) return; // if (IS_DEV) return;
try { 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 data = JSON.parse(raw.toString("utf-8")) as ReleaseData;
const oldVersion = app.getVersion(); const oldVersion = app.getVersion();

View file

@ -26,10 +26,10 @@
<a href="https://vencord.dev" target="_blank">Vencord Website</a> <a href="https://vencord.dev" target="_blank">Vencord Website</a>
</li> </li>
<li> <li>
<a href="https://github.com/Vencord/Desktop" target="_blank">Source Code</a> <a href="https://github.com/Vencord/Vesktop" target="_blank">Source Code</a>
</li> </li>
<li> <li>
<a href="https://github.com/Vencord/Desktop/issues" target="_blank">Report bugs / Request features</a> <a href="https://github.com/Vencord/Vesktop/issues" target="_blank">Report bugs / Request features</a>
</li> </li>
</ul> </ul>
</section> </section>
@ -53,7 +53,7 @@
</li> </li>
<li> <li>
And many And many
<a href="https://github.com/Vencord/Desktop/blob/main/pnpm-lock.yaml" target="_blank" <a href="https://github.com/Vencord/Vesktop/blob/main/pnpm-lock.yaml" target="_blank"
>more awesome open source libraries</a >more awesome open source libraries</a
> >
</li> </li>