We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97675ee commit 854b296Copy full SHA for 854b296
main/mainworker.cpp
@@ -1045,7 +1045,7 @@ bool MainWorker::IsUpdateAvailable(const bool bIsForced)
1045
machine = "armv7l";
1046
#endif
1047
1048
- if (((m_szSystemName != "windows") && (machine != "armv6l") && (machine != "armv7l") && (machine != "x86_64") && (machine!= "aarch64"))
+ if ((m_szSystemName != "windows") && (machine != "armv6l") && (machine != "armv7l") && (machine != "x86_64") && (machine!= "aarch64"))
1049
{
1050
//Only Raspberry Pi (Wheezy)/Ubuntu/windows/osx for now!
1051
return false;
0 commit comments