- flashtool: allow type U (update-package)

This commit is contained in:
svenhoefer
2017-02-06 21:53:51 +01:00
parent fb5ab7f9ec
commit d925655c3b

View File

@@ -517,6 +517,8 @@ const char *CFlashVersionInfo::getReleaseCycle(void) const
const char *CFlashVersionInfo::getType(void) const
{
// TODO: localize it
switch (snapshot)
{
case '0':
@@ -531,6 +533,8 @@ const char *CFlashVersionInfo::getType(void) const
return "Settings";
case 'A':
return "Addon";
case 'U':
return "Update";
case 'T':
return "Text";
default: