mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
support windows for the path separator
This commit is contained in:
@@ -158,7 +158,7 @@ public class RunConfig {
|
||||
StreamSupport.stream(main.getOutput().getClassesDirs().spliterator(), false)
|
||||
.map(File::getAbsolutePath)
|
||||
).map(s -> "loom%%" + s)
|
||||
.collect(Collectors.joining(":"));
|
||||
.collect(Collectors.joining(File.pathSeparator));
|
||||
|
||||
runConfig.envVariables.put("MOD_CLASSES", modClasses);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user