diff --git a/MinecraftLaunch.csproj b/MinecraftLaunch.csproj
index 1f09f8e..7b41ffb 100644
--- a/MinecraftLaunch.csproj
+++ b/MinecraftLaunch.csproj
@@ -5,7 +5,7 @@
enable
enable
MinecraftLaunch
- 1.9.6-preview4
+ 1.9.6-preview5
Xilu
Blessing Studio
下一代全能高效化的 Minecraft 启动核心
@@ -23,7 +23,6 @@
-
diff --git a/Modules/Installer/ForgeInstaller.cs b/Modules/Installer/ForgeInstaller.cs
index e369184..4a714c2 100644
--- a/Modules/Installer/ForgeInstaller.cs
+++ b/Modules/Installer/ForgeInstaller.cs
@@ -24,7 +24,7 @@ private GameCoreJsonEntity GetGameCoreJsonEntity(ZipArchive archive, JsonDocumen
}
return null!;
}
-
+
private string CombineLibraryName(string name) {
string libraries = Path.Combine(GameCoreLocator.Root.FullName, "libraries");
foreach (string subPath in LibraryResource.FormatName(name.TrimStart('[').TrimEnd(']'))) {