Skip to content

Commit

Permalink
WHAT THE FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed May 14, 2024
1 parent a15d25c commit e552a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiayiLauncher/Utils/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace JiayiLauncher.Utils;

public class Updater
{
private const string INSTALLER_URL = "https://jiyayi.mcpeplayground.com/static/JiayiInstaller.exe";
private const string INSTALLER_URL = "https://phased.tech/download/JiayiInstaller.exe";

private readonly GitHubClient _gh = new(new ProductHeaderValue("JiayiLauncher"));
public event EventHandler? UpdateDownloaded;
Expand Down

0 comments on commit e552a8e

Please sign in to comment.