View Single Post
  #13  
Old 26.10.2017, 02:32
kdean kdean is offline
Black Hole
 
Join Date: Jul 2010
Posts: 282
Default

Example: [ "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe", "-app=%s" ]

So I changed it to:

[ "/Applications/Google Chrome.app", "-app=%s" ]

but that doesn't work.

So now I tried delving into the app bundle.

[ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "-app=%s" ]

This appears to work so unless further clarification comes out, Mac users, this appears to be the proper syntax.
Reply With Quote