Closed
Bug 778955
Opened 13 years ago
Closed 13 years ago
Default to ".webapp" extension for new files
Categories
(Marketplace Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-08-16
People
(Reporter: robhudson, Assigned: robhudson)
Details
Some webapps, like Jauntly, don't use an extension on their manifest URL and it is optional. For those that don't, we should default to a ".webapp" extension instead of ".xpi" as we do currently.
See:
https://marketplace-dev.allizom.org/en-US/admin/addon/manage/app-372477/
The rough area of code needing updates is FileUpload.add_file and File.from_upload.
Comment 1•13 years ago
|
||
Rob, I seem to recall you doing this yesterweek?
| Assignee | ||
Comment 2•13 years ago
|
||
Thanks. Should be fixed with:
https://github.com/mozilla/zamboni/commit/84128308
Assignee: nobody → robhudson.mozbugs
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2012-08-16
You need to log in
before you can comment on or make changes to this bug.
Description
•