mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 20:13:56 -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
|
||||
bool ReleaseChannel::downloadMatchesCurrentOS(const QString &fileName)
|
||||
|
||||
{
|
||||
#if defined(Q_OS_MACOS)
|
||||
static QRegularExpression version_regex("macOS(\\d+)");
|
||||
auto match = version_regex.match(fileName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue