fix issue #873
This commit is contained in:
parent
3dc31257d9
commit
17e54dce1e
@ -360,7 +360,7 @@ class RefineServer extends Server {
|
||||
grefineDir = new File(new File(parentDir, "Google"), "Refine");
|
||||
gridworksDir = new File(parentDir, "Gridworks");
|
||||
}
|
||||
} else if (os.contains("mac os x")) {
|
||||
} else if (os.contains("os x")) {
|
||||
// on macosx, use "~/Library/Application Support"
|
||||
String home = System.getProperty("user.home");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user