|
@@ -113,7 +113,7 @@ class ProcessBuilder {
|
|
|
'-Xms' + ConfigManager.getMinRAM(),,
|
|
'-Xms' + ConfigManager.getMinRAM(),,
|
|
|
'-Djava.library.path=' + tempNativePath,
|
|
'-Djava.library.path=' + tempNativePath,
|
|
|
'-cp',
|
|
'-cp',
|
|
|
- this.classpathArg(mods, tempNativePath).join(';'),
|
|
|
|
|
|
|
+ this.classpathArg(mods, tempNativePath).join(process.platform === 'win32' ? ';' : ':'),
|
|
|
this.forgeData.mainClass]
|
|
this.forgeData.mainClass]
|
|
|
|
|
|
|
|
// For some reason this will add an undefined value unless
|
|
// For some reason this will add an undefined value unless
|