mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-08 11:47:30 +08: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
|
||||
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
|
||||
const QString OS_TYPE("Windows");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user