From b45b5c6570bd36ff11acb16b9c0143ac8582826f Mon Sep 17 00:00:00 2001 From: Frog Date: Thu, 13 Nov 2025 23:02:09 -0800 Subject: [PATCH] Changed the repository owner defined in the code --- CreamInstaller/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index dac1637..e03ceea 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";