mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
refactors and updates
This commit is contained in:
parent
e5e1d68883
commit
d521ecee31
3 changed files with 5 additions and 6 deletions
|
@ -369,9 +369,7 @@ class Handler {
|
|||
switch(process.platform) {
|
||||
case "win32": return "windows";
|
||||
case "darwin": return "osx";
|
||||
case "freebsd": return "linux";
|
||||
case "sunos": return "linux";
|
||||
default: throw Error("[MCLC Error] Couldn't set OS specific JVM argument!")
|
||||
default: return "linux";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue