File tree Expand file tree Collapse file tree
HMCLCore/src/main/java/org/jackhuang/hmcl/mod/curse
HMCL/src/main/java/org/jackhuang/hmcl/ui/download Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,4 +111,4 @@ public void hideSpinner() {
111111 public String getTitle () {
112112 return i18n ("modpack.task.install" );
113113 }
114- }
114+ }
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ public void execute() throws Exception {
150150 })
151151 .collect (Collectors .toList ()));
152152 JsonUtils .writeToJsonFile (root .resolve ("manifest.json" ), newManifest );
153- JsonUtils .writeToJsonFile (root .resolve ("files.json" ), selectedFiles == null
154- ? List .of ()
155- : selectedFiles .stream ().map (ModpackFile ::getPath ).collect (Collectors .toList ()));
153+ JsonUtils .writeToJsonFile (root .resolve ("files.json" ), selectedFiles == null
154+ ? List .of ()
155+ : selectedFiles .stream ().map (ModpackFile ::getPath ).collect (Collectors .toList ()));
156156
157157 Path versionRoot = repository .getVersionRoot (modManager .getInstanceId ());
158158 Path resourcePacksRoot = versionRoot .resolve ("resourcepacks" );
You can’t perform that action at this time.
0 commit comments