From 938f896bfa7775cf7dcf1ee6883572f514f53993 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 4 Sep 2021 21:27:09 +0200 Subject: GH-4014 change updater to recognize new Qt 5.15.2 builds --- launcher/updater/DownloadTask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launcher/updater/DownloadTask.cpp') diff --git a/launcher/updater/DownloadTask.cpp b/launcher/updater/DownloadTask.cpp index 20b26ebb..2c62ad24 100644 --- a/launcher/updater/DownloadTask.cpp +++ b/launcher/updater/DownloadTask.cpp @@ -170,4 +170,4 @@ OperationList DownloadTask::operations() return m_operations; } -} \ No newline at end of file +} -- cgit