update: allow to flash zipped archives

Origin commit data
------------------
Branch: ni/coolstream
Commit: 47d263e419
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-28 (Tue, 28 May 2019)

Origin message was:
------------------
- update: allow to flash zipped archives

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-05-28 20:56:00 +02:00
parent 5b6d21a831
commit d9a8099b4d
3 changed files with 16 additions and 7 deletions

View File

@@ -84,7 +84,8 @@ static const file_ext_s file_ext[] =
{ "url", CFile::STREAM_AUDIO },
{ "vob", CFile::FILE_VOB },
{ "wav", CFile::FILE_WAV },
{ "xml", CFile::FILE_XML }
{ "xml", CFile::FILE_XML },
{ "zip", CFile::FILE_ZIP_PACKAGE }
};
int mycasecmp(const void * a, const void * b)