diff --git a/Kiseki.Launcher.Core/Controller.cs b/Kiseki.Launcher.Core/Controller.cs
index 4bceae6..955a537 100644
--- a/Kiseki.Launcher.Core/Controller.cs
+++ b/Kiseki.Launcher.Core/Controller.cs
@@ -1,6 +1,4 @@
-using Newtonsoft.Json;
-
-namespace Kiseki.Launcher.Core
+namespace Kiseki.Launcher.Core
{
public enum ProgressBarState
{
diff --git a/Kiseki.Launcher.Linux/Kiseki.Launcher.Linux.csproj b/Kiseki.Launcher.Linux/Kiseki.Launcher.Linux.csproj
index 2447a4b..04bfbce 100644
--- a/Kiseki.Launcher.Linux/Kiseki.Launcher.Linux.csproj
+++ b/Kiseki.Launcher.Linux/Kiseki.Launcher.Linux.csproj
@@ -16,7 +16,6 @@
-
diff --git a/Kiseki.Launcher.Linux/Properties/PublishProfiles/Publish-x64.pubxml b/Kiseki.Launcher.Linux/Properties/PublishProfiles/Build.pubxml
similarity index 89%
rename from Kiseki.Launcher.Linux/Properties/PublishProfiles/Publish-x64.pubxml
rename to Kiseki.Launcher.Linux/Properties/PublishProfiles/Build.pubxml
index 1616354..b3a87bd 100644
--- a/Kiseki.Launcher.Linux/Properties/PublishProfiles/Publish-x64.pubxml
+++ b/Kiseki.Launcher.Linux/Properties/PublishProfiles/Build.pubxml
@@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
Release
Any CPU
- ..\bin\Release\linux-x64\
+ ..\build\linux-x64\
FileSystem
<_TargetId>Folder
net6.0
diff --git a/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj b/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj
index e7698dc..929c1ef 100644
--- a/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj
+++ b/Kiseki.Launcher.Windows/Kiseki.Launcher.Windows.csproj
@@ -12,10 +12,6 @@
Kiseki.Launcher
-
-
-
-
True
diff --git a/Kiseki.Launcher.Windows/Properties/PublishProfiles/Publish-x64.pubxml b/Kiseki.Launcher.Windows/Properties/PublishProfiles/Build.pubxml
similarity index 89%
rename from Kiseki.Launcher.Windows/Properties/PublishProfiles/Publish-x64.pubxml
rename to Kiseki.Launcher.Windows/Properties/PublishProfiles/Build.pubxml
index 6d6db53..eb27640 100644
--- a/Kiseki.Launcher.Windows/Properties/PublishProfiles/Publish-x64.pubxml
+++ b/Kiseki.Launcher.Windows/Properties/PublishProfiles/Build.pubxml
@@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
Release
Any CPU
- ..\bin\Release\win-x64\
+ ..\build\win-x64\
FileSystem
<_TargetId>Folder
net6.0-windows