Commit dc44539a authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

x2t linux build 2.0.2.367

parent 326c8f5d
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.2.365 VERSION = 2.0.2.367
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
mac { mac {
......
...@@ -42,8 +42,10 @@ namespace NExtractTools ...@@ -42,8 +42,10 @@ namespace NExtractTools
} }
else else
{ {
// dir -> zip // dir ( ??? файл без расширения???) -> zip
return TCD_ZIPDIR;
if (NSDirectory::Exists(sFile1))
return TCD_ZIPDIR;
} }
} }
else if (bIsFile2Directory) else if (bIsFile2Directory)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment