Skip to content

Commit 1164fec

Browse files
committed
Update GitHub repository name for the OpenLauncher itself
1 parent 9d9def3 commit 1164fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntelOrca.OpenLauncher.Core/UpdateService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace IntelOrca.OpenLauncher.Core
99
{
1010
public class UpdateService
1111
{
12-
private static readonly RepositoryName Repository = new RepositoryName("IntelOrca", "OpenLauncher");
12+
private static readonly RepositoryName Repository = new RepositoryName("OpenRCT2", "OpenLauncher");
1313

1414
public async Task<UpdateCheckResult?> CheckUpdateAsync(BuildService buildService, Version currentVersion)
1515
{

0 commit comments

Comments
 (0)