diff --git a/BveEx.Launcher/Hosting/BveExRepositoryHost.cs b/BveEx.Launcher/Hosting/BveExRepositoryHost.cs index 4a2119be..3e6b0ce6 100644 --- a/BveEx.Launcher/Hosting/BveExRepositoryHost.cs +++ b/BveEx.Launcher/Hosting/BveExRepositoryHost.cs @@ -13,7 +13,7 @@ namespace BveEx.Launcher.Hosting internal sealed class BveExRepositoryHost { private const string RepositoryOwner = "automatic9045"; - private const string RepositoryName = "AtsEX"; + private const string RepositoryName = "BveEX"; public BveExRepositoryHost() { diff --git a/BveEx.Launcher/LegacyCoreHost.cs b/BveEx.Launcher/LegacyCoreHost.cs index 0afd7146..364cc717 100644 --- a/BveEx.Launcher/LegacyCoreHost.cs +++ b/BveEx.Launcher/LegacyCoreHost.cs @@ -6,8 +6,8 @@ using System.Threading.Tasks; using System.Windows.Forms; -using AtsEx.Native; -using AtsEx.Native.InputDevices; +using BveEx.Native; +using BveEx.Native.InputDevices; using BveEx.Launcher.Hosting;