mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
fix bracket
This commit is contained in:
parent
3f9baf5cc8
commit
ee72871506
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue