Updated installer links

This commit is contained in:
0% [█ █ █ █ █ █ █ █ █ █] 100% 2026-06-15 12:59:20 -05:00
parent 182b0b5f38
commit b848c6612c
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ namespace PeercordInstaller.Installers
public class Linux
{
// TODO: Replace this with the direct link to your Peercord Linux .zip release
private const string DOWNLOAD_URL = "https://storage.mastercodeon.dev/Peercord%20Release/peercord-linux-x64.zip";
private const string DOWNLOAD_URL = "https://storage.peercord.chat/Peercord%20Release/peercord-linux-x64.zip";
public void AppendLog(string text) => Utils.Instance.AppendLog(text);

View File

@ -12,7 +12,7 @@ namespace PeercordInstaller.Installers
public class Windows
{
// TODO: Replace this with the direct link to your Peercord Windows .zip release
private const string DOWNLOAD_URL = "https://storage.mastercodeon.dev/Peercord%20Release/peercord-win32-x64.zip";
private const string DOWNLOAD_URL = "https://storage.peercord.chat/Peercord%20Release/peercord-win32-x64.zip";
public void AppendLog(string text) => Utils.Instance.AppendLog(text);