mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
WINDOWS: Make the updater to look for the x64 installer if running x64 version.
This commit is contained in:
parent
d330ae2421
commit
7adb1d7f82
@ -45,6 +45,8 @@ namespace
|
|||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
const QString OS_TYPE("Mac OS X");
|
const QString OS_TYPE("Mac OS X");
|
||||||
|
#elif defined(Q_OS_WIN) && (defined(__x86_64__) || defined(_M_X64))
|
||||||
|
const QString OS_TYPE("Windows x64");
|
||||||
#else
|
#else
|
||||||
const QString OS_TYPE("Windows");
|
const QString OS_TYPE("Windows");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user