diff options
author | Kalman Szalai - KAMI <kami911@gmail.com> | 2011-05-08 10:25:25 +0200 |
---|---|---|
committer | Kalman Szalai - KAMI <kami911@gmail.com> | 2011-05-08 10:25:25 +0200 |
commit | 68b8377eabc1dc94030851f261c05c9547378ca7 (patch) | |
tree | 63c565fd51e5bf4d380b669323056a87fe591578 /scp2 | |
parent | b53a86a5676d5bcb88ed6e3ac524a3560e713c22 (diff) |
Fix Ligthproof extension integration
* Fix configure and download support
* Extension naming scheme is: <md5>-<extension-name>_<version>.oxt
- Renamed extensions
* Rename extension version number in download script and scp2 module
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/extensions/file_extensions.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/extensions/file_extensions.scp b/scp2/source/extensions/file_extensions.scp index b8919bcadf87..ff6117877ae4 100644 --- a/scp2/source/extensions/file_extensions.scp +++ b/scp2/source/extensions/file_extensions.scp @@ -112,8 +112,8 @@ File gid_File_Oxt_LightProof TXT_FILE_BODY; Styles = (PACKED, ARCHIVE); Dir = gid_Brand_Dir_Share_Extensions_LightProof; - Name (en-US) = "lightproof-en-US-0.1.oxt"; - Name (hu) = "lightproof-hu-1.2.oxt"; + Name (en-US) = "lightproof-en-US.oxt"; + Name (hu) = "lightproof-hu.oxt"; End #endif |