fix bracket

This commit is contained in:
tooomm 2026-07-03 16:46:52 +02:00 committed by GitHub
parent 3f9baf5cc8
commit ee72871506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ void ReleaseChannel::checkForUpdates()
// Different release channel checking functions for different operating systems // Different release channel checking functions for different operating systems
bool ReleaseChannel::downloadMatchesCurrentOS(const QString &fileName) bool ReleaseChannel::downloadMatchesCurrentOS(const QString &fileName)
{
#if defined(Q_OS_MACOS) #if defined(Q_OS_MACOS)
static QRegularExpression version_regex("macOS(\\d+)"); static QRegularExpression version_regex("macOS(\\d+)");
auto match = version_regex.match(fileName); auto match = version_regex.match(fileName);