From 8d5e2487d4d1a44f49fe2c8751ef4b92f8f63082 Mon Sep 17 00:00:00 2001 From: Frog Date: Sat, 16 Nov 2024 08:21:26 -0800 Subject: [PATCH] Update Program.cs - Changed defined value for variable RepositoryOwner to FroggMaster from pointfeev --- CreamInstaller/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index dac1637..7454d9b 100644 --- a/CreamInstaller/Program.cs +++ b/CreamInstaller/Program.cs @@ -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(); } -} \ No newline at end of file +}