Apr 01, '10 07:30:00AM • Contributed by: vczilla
I already wrote this in a comment on the Chrome blog,but I thought it could be a useful hint, so here is a more readable version. Enter these commands in Terminal (the $ is the prompt; don't enter that):
$ cd "/Applications/Google Chrome.app/Contents/MacOS/" $ sudo mv "Google Chrome" Google.real $ sudo printf '#!/bin/bash\ncd "/Applications/Google Chrome.app/Contents/MacOS"\n"/Applications/Google Chrome.app/Contents/MacOS/Google.real" --enable-internal-flash "$@"\n' > Google\ Chrome $ sudo chmod u+x "Google Chrome"
[robg adds: I tested this, and it seems to be working as expected.]
