Merge pull request #1074 from RefinePro/issue-873

fix issue #873 2.6-beta1 does not open browser tab on start on a Mac
This commit is contained in:
Tom Morris 2015-09-29 11:08:45 -04:00
commit 9f40b4df77

View File

@ -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");