Dragonfly full support #199
@ -82,10 +82,10 @@ function start() {
|
|||||||
else if (CurrentBdsPlatform === "dragonfly") {
|
else if (CurrentBdsPlatform === "dragonfly") {
|
||||||
SetupCommands.cwd = GetServerPaths("dragonfly");
|
SetupCommands.cwd = GetServerPaths("dragonfly");
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
SetupCommands.command = "dragonfly.exe";
|
SetupCommands.command = "Dragonfly.exe";
|
||||||
} else {
|
} else {
|
||||||
child_process.execFileSync("chmod", ["a+x", "dragonfly"], {cwd: SetupCommands.cwd});
|
SetupCommands.command = "./Dragonfly";
|
||||||
SetupCommands.command = "./dragonfly";
|
child_process.execFileSync("chmod", ["a+x", SetupCommands.command], {cwd: SetupCommands.cwd});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user