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);