From b848c6612caf09feac1d774a298d5da5c74ff0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0=25=20=5B=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=5D=20100=25?= Date: Mon, 15 Jun 2026 12:59:20 -0500 Subject: [PATCH] Updated installer links --- Peercord Installer Source/PeercordInstaller/Installers/Linux.cs | 2 +- .../PeercordInstaller/Installers/Windows.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Peercord Installer Source/PeercordInstaller/Installers/Linux.cs b/Peercord Installer Source/PeercordInstaller/Installers/Linux.cs index b6b2fc1..898bf5e 100644 --- a/Peercord Installer Source/PeercordInstaller/Installers/Linux.cs +++ b/Peercord Installer Source/PeercordInstaller/Installers/Linux.cs @@ -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); diff --git a/Peercord Installer Source/PeercordInstaller/Installers/Windows.cs b/Peercord Installer Source/PeercordInstaller/Installers/Windows.cs index 91b88cc..57dbd61 100644 --- a/Peercord Installer Source/PeercordInstaller/Installers/Windows.cs +++ b/Peercord Installer Source/PeercordInstaller/Installers/Windows.cs @@ -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);