Skip to content

Commit dfed0ee

Browse files
Update Program.cs
1 parent 4e7406b commit dfed0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EXILED/Exiled.Installer/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal enum PathResolution
4242

4343
internal static class Program
4444
{
45-
private const long RepoID = 828620622;
45+
private const long RepoID = 833723500;
4646
private const string ExiledAssetName = "exiled.tar.gz";
4747

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

0 commit comments

Comments
 (0)