mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
merged changes from 7.1.0 branch
This commit is contained in:
@ -29,7 +29,7 @@ bool HttpVersionChecker::checkNewVersion(QString sourceContent)
|
||||
QRegExp rx(".*YACReader\\-([0-9]+).([0-9]+).([0-9]+)\\.?([0-9]+)?.{0,5}win32.*");
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#if defined Q_OS_UNIX && !defined Q_OS_MAC
|
||||
QRegExp rx(".*YACReader\\-([0-9]+).([0-9]+).([0-9]+)\\.?([0-9]+)?.{0,5}X11.*");
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user