mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 11:26:38 -04:00
Update HMCLCore/src/main/java/org/jackhuang/hmcl/mod/curse/CurseInstallTask.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
df64bb0efa
commit
b4fd31659e
@ -138,6 +138,6 @@ public final class CurseInstallTask extends Task<Void> {
|
||||
|
||||
Path root = repository.getVersionRoot(name).toPath();
|
||||
Files.createDirectories(root);
|
||||
JsonUtils.writeToJsonFile(root.resolve("manifest.json"), JsonUtils.GSON.toJson(manifest));
|
||||
JsonUtils.writeToJsonFile(root.resolve("manifest.json"), manifest);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user