Changed the repository owner defined in the code

This commit is contained in:
Frog
2025-11-13 23:02:09 -08:00
parent 9e2d767eba
commit b45b5c6570
+1 -1
View File
@@ -19,7 +19,7 @@ internal static class Program
? index
: Application.ProductVersion.Length)];
internal const string RepositoryOwner = "pointfeev";
internal const string RepositoryOwner = "FroggMaster";
internal static readonly string RepositoryName = Name;
internal static readonly string RepositoryPackage = Name + ".zip";
internal static readonly string RepositoryExecutable = Name + ".exe";