We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9def3 commit 1164fecCopy full SHA for 1164fec
src/IntelOrca.OpenLauncher.Core/UpdateService.cs
@@ -9,7 +9,7 @@ namespace IntelOrca.OpenLauncher.Core
9
{
10
public class UpdateService
11
12
- private static readonly RepositoryName Repository = new RepositoryName("IntelOrca", "OpenLauncher");
+ private static readonly RepositoryName Repository = new RepositoryName("OpenRCT2", "OpenLauncher");
13
14
public async Task<UpdateCheckResult?> CheckUpdateAsync(BuildService buildService, Version currentVersion)
15
0 commit comments