From ae39b779a51fba1d55c0e19fb716cc4adc35d255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9CP?= <40131396+stop-pattern@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:55:15 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20namespace=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BveEx.Launcher/LegacyCoreHost.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; From 800d6ea765cfe0cd83ab29352d9a4886911a8410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9CP?= <40131396+stop-pattern@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:55:32 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20RepositoryName=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BveEx.Launcher/Hosting/BveExRepositoryHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BveEx.Launcher/Hosting/BveExRepositoryHost.cs b/BveEx.Launcher/Hosting/BveExRepositoryHost.cs index 4a2119be..b025e9b7 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() { From 27c7396313a1e8cee57198343e1376cc61008f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=9CP?= <40131396+stop-pattern@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:02:38 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E7=B6=B4=E3=82=8A=E3=81=AE=E5=A4=A7?= =?UTF-8?q?=E6=96=87=E5=AD=97=E5=B0=8F=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BveEx.Launcher/Hosting/BveExRepositoryHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BveEx.Launcher/Hosting/BveExRepositoryHost.cs b/BveEx.Launcher/Hosting/BveExRepositoryHost.cs index b025e9b7..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 = "BveEx"; + private const string RepositoryName = "BveEX"; public BveExRepositoryHost() {