diff --git a/DesktopEditor/allthemesgen/main.cpp b/DesktopEditor/allthemesgen/main.cpp index 607f1f804b..32367a2063 100644 --- a/DesktopEditor/allthemesgen/main.cpp +++ b/DesktopEditor/allthemesgen/main.cpp @@ -463,6 +463,11 @@ int main(int argc, char** argv) continue; } } + else if (!NSDirectory::Exists(sOut)) + { + --nThemeIndex; + continue; + } oBuilder.ClearNoAttack(); oBuilder.WriteString(L"");