mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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)
|
||||
|
@@ -78,6 +78,7 @@ class CFile
|
||||
FILE_VOB,
|
||||
FILE_WAV,
|
||||
FILE_XML,
|
||||
FILE_ZIP_PACKAGE,
|
||||
STREAM_AUDIO,
|
||||
STREAM_PICTURE
|
||||
};
|
||||
|
Reference in New Issue
Block a user