From 8e6868bf885c585e8fab320cde2972462119e81b Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 5 Sep 2013 21:04:20 +0200 Subject: - bugfix: automatically removes a file from old NCC release that was interfering with the current version - bugfix: fomod installer didn't find fomod files in nested folder - bugfix: python proxy will now not even try to initialize python if python_dir contains no python. This is necessary because the python interpreter crashes the application if the path is invalid --- src/main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b6e2a7e9..1d40dfeb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -182,16 +182,7 @@ void cleanupDir() "QtXml4.dll", "QtWebKit4.dll", "qjpeg4.dll", -/* "dlls/phonon4.dll", - "dlls/QtCore4.dll", - "dlls/QtGui4.dll", - "dlls/QtNetwork4.dll", - "dlls/QtXml4.dll", - "dlls/QtXmlPatterns4.dll", - "dlls/QtWebKit4.dll", - "dlls/QtDeclarative4.dll", - "dlls/QtScript4.dll", - "dlls/QtSql4.dll"*/ + "NCC/GamebryoBase.dll" }; static const int NUM_FILES = sizeof(fileNames) / sizeof(QString); -- cgit v1.3.1