openfaux / openfaux-client

Browser add-on for encrypting and masking internet traffic.
https://openfaux.org
GNU Affero General Public License v3.0
49 stars 25 forks source link

Adding install.rdf file #32

Closed jiten-thakkar closed 10 years ago

jiten-thakkar commented 10 years ago

Adding the install.rdf, same as added in 'mozilla' folder.

Avinash-Bhat commented 10 years ago

it is not required for a jetpack add-on

zlatanvasovic commented 10 years ago

@Avinash-Bhat Yes.

darkowlzz commented 10 years ago

I was thinking about the same thing. But perhaps, at some time, we need to make changes to install.rdf, like for low level localization and some other need. Then we could write a script to unzip the xpi, move this install.rdf in, and zip again. Makes any sense?

Avinash-Bhat commented 10 years ago

Yes,sure but isn't it better to do it at that time when it's needed?

The commit will make better sense. On Dec 29, 2013 6:30 PM, "Sunny" notifications@github.com wrote:

I was thinking about the same thing. But perhaps, at some time, we need to make changes to install.rdf, like for low level localization and some other need. Then we could write a script to unzip the xpi, move this install.rdf in, and zip again. Makes any sense?

— Reply to this email directly or view it on GitHubhttps://github.com/openfaux/openfaux-client/pull/32#issuecomment-31316650 .

darkowlzz commented 10 years ago

Sure, but by doing this we could create more small tasks for now. Like writing the script which unzips, makes appropriate changes and zips it back. :tongue: Anything is fine :)