From 08747248b0fdaa13fbb9ffbc07d9eaa61f7928f0 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 27 Oct 2022 11:06:15 +0400 Subject: Repo path. --- NesTiler/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs index f607adf..7a11d92 100644 --- a/NesTiler/Program.cs +++ b/NesTiler/Program.cs @@ -14,7 +14,7 @@ namespace com.clusterrr.Famicom.NesTiler { public class Program { - public const string REPO_PATH = "https://github.com/ClusterM/nestiler"; + public const string REPO_PATH = "https://github.com/ClusterM/NesTiler"; public static DateTime BUILD_TIME = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc).AddSeconds(long.Parse(Properties.Resources.buildtime.Trim())); public const int MAX_BG_COLOR_AUTODETECT_ITERATIONS = 5; -- cgit v1.2.3