Compare commits
No commits in common. "master" and "0.1.0" have entirely different histories.
1 changed files with 4 additions and 3 deletions
|
@ -59,8 +59,9 @@ object Manager {
|
|||
"-jar",
|
||||
"fabric.jar",
|
||||
"client",
|
||||
"-mcversion",
|
||||
BuildConstants.mcversion
|
||||
"-dir $dotMcLocation",
|
||||
"-mcversion ${BuildConstants.mcversion}",
|
||||
"win32"
|
||||
)
|
||||
|
||||
val processBuilder = ProcessBuilder(command, *args.toTypedArray())
|
||||
|
@ -103,4 +104,4 @@ object Manager {
|
|||
)
|
||||
exitProcess(0)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue