added default chrome path for Mac OS X

This commit is contained in:
tobisek 2015-11-15 15:03:43 +02:00
parent 40e0ffaff7
commit eda75fbfd5

View File

@ -269,6 +269,9 @@ if ((browser && browser === 'chrome')) {
case "win64":
defaultChromePath = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe";
break;
case "darwin":
defaultChromePath = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
break;
case "linux":
defaultChromePath = "/opt/google/chrome/chrome"
break;