Updated installer links
This commit is contained in:
parent
182b0b5f38
commit
b848c6612c
|
|
@ -11,7 +11,7 @@ namespace PeercordInstaller.Installers
|
||||||
public class Linux
|
public class Linux
|
||||||
{
|
{
|
||||||
// TODO: Replace this with the direct link to your Peercord Linux .zip release
|
// 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);
|
public void AppendLog(string text) => Utils.Instance.AppendLog(text);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ namespace PeercordInstaller.Installers
|
||||||
public class Windows
|
public class Windows
|
||||||
{
|
{
|
||||||
// TODO: Replace this with the direct link to your Peercord Windows .zip release
|
// 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);
|
public void AppendLog(string text) => Utils.Instance.AppendLog(text);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user