Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Jul 25, 2024
1 parent 4e7406b commit dfed0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXILED/Exiled.Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal enum PathResolution

internal static class Program
{
private const long RepoID = 828620622;
private const long RepoID = 833723500;
private const string ExiledAssetName = "exiled.tar.gz";

// This is the lowest version the installer will check to install
Expand Down Expand Up @@ -303,4 +303,4 @@ private static Release FindRelease(CommandSettings args, IEnumerable<Release> re
return enumerable.First();
}
}
}
}

0 comments on commit dfed0ee

Please sign in to comment.