mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
- update: allow to flash zipped archives
Conflicts: src/gui/update.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user