Bug #8167: Update cache isolation to use getFirstPartyURIFromChannel()
[torbutton.git] / README.BUILD
blobea0803d7a02c96ce76cd00a2ee3e95bd5517b996
1 To build an XPI that is suitable for Babelzilla, do the following:
3     patch -p0 < no-english.diff
4     chmod +x makexpi.sh
5     ./makexpi.sh
6     cd pkg/
8 You should see:
10     file torbutton-1.2.0rc1.xpi
11     pkg/torbutton-1.2.0rc1.xpi: Zip archive data, at least v1.0 to extract
13 This is to work around the fact that an xpi requires empty strings for
14 incomplete translations or the formatting of various dialogs will be broken.
15 Furthermore, Babelzilla doesn't know an english string from a Japanese string
16 and simply records translations as matching strings. The XPI resulting from
17 the above build process will be ready for Babelzilla but should not be used by
18 anyone else.