mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 11:01:23 -07:00
Update Program.cs
- Changed defined value for variable RepositoryOwner to FroggMaster from pointfeev
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user