OSDN Git Service

Fixed path to auto-updater tools.
authorlordmulder <mulder2@gmx.de>
Wed, 26 Feb 2014 00:08:59 +0000 (01:08 +0100)
committerlordmulder <mulder2@gmx.de>
Wed, 26 Feb 2014 00:08:59 +0000 (01:08 +0100)
src/version.h
src/win_updater.cpp

index 004560d..8c5a8f7 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 3
-#define VER_X264_PATCH 2
-#define VER_X264_BUILD 797
+#define VER_X264_PATCH 3
+#define VER_X264_BUILD 798
 
 #define VER_X264_PORTABLE_EDITION (0)
 
index 917b91f..f6e0af4 100644 (file)
@@ -474,7 +474,7 @@ bool UpdaterDialog::checkBinaries(QString &wgetBin, QString &gpgvBin)
 
        for(size_t i = 0; FILE_INFO[i].name; i++)
        {
-               const QString binPath = QString("%1/common/%2").arg(m_sysinfo->getAppPath(), QString::fromLatin1(FILE_INFO[i].name));
+               const QString binPath = QString("%1/toolset/common/%2").arg(m_sysinfo->getAppPath(), QString::fromLatin1(FILE_INFO[i].name));
                if(okay = okay && checkFileHash(binPath, FILE_INFO[i].hash))
                {
                        binaries.insert(FILE_INFO[i].name, binPath);