Update Program.cs

- Changed defined value for variable RepositoryOwner to FroggMaster from pointfeev
This commit is contained in:
Frog
2024-11-16 08:21:26 -08:00
committed by GitHub
parent 9e2d767eba
commit 8d5e2487d4
+2 -2
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";
@@ -97,4 +97,4 @@ internal static class Program
Cleanup();
HttpClientManager.Dispose();
}
}
}