How to pack a Chrome extension on Mac OSX with commandline??
- by Parimal Das
Hi
I am trying to automate my Chrome extension building process on OSX 10.5.
I am unable to find a similar command for OSX like this for Windows
chrome.exe --pack-extension=c:\myext
--pack-extension-key=c:\myext.pem
Is it even possible on OSX? As there is no mention of it in the documentation.
Please guide me.
Thanks in advance.
-Parimal Das