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";