Skip to content

Commit

Permalink
Update Updater.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Jul 25, 2024
1 parent 8d7dab9 commit 4e7406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXILED/Exiled.Loader/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Exiled.Loader
/// </summary>
internal sealed class Updater
{
private const long REPOID = 828620622;
private const long REPOID = 833723500;
private const string INSTALLER_ASSET_NAME_LINUX = "Exiled.Installer-Linux";
private const string INSTALLER_ASSET_NAME_WIN = "Exiled.Installer-Win.exe";

Expand Down Expand Up @@ -332,4 +332,4 @@ private bool FindAsset(string assetName, Release release, out ReleaseAsset asset
return false;
}
}
}
}

0 comments on commit 4e7406b

Please sign in to comment.