Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-27 10:06:15 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-27 10:06:15 +0300
commit08747248b0fdaa13fbb9ffbc07d9eaa61f7928f0 (patch)
tree5bc7bba842b07d10b115c3bda2fe496062269046
parentdcc1340b4154579155d660943f2652a623a29778 (diff)
Repo path.
-rw-r--r--NesTiler/Program.cs2
1 files changed, 1 insertions, 1 deletions
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;