How to pack a Chrome extension on Mac OSX with commandline??
Posted
by Parimal Das
on Stack Overflow
See other posts from Stack Overflow
or by Parimal Das
Published on 2010-05-25T14:21:13Z
Indexed on
2010/05/25
14:31 UTC
Read the original article
Hit count: 462
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
© Stack Overflow or respective owner