File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/Core/DolphinQt/ProjectPlus Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ void UpdateDialog::accept()
8888 QString downloadUrl (object.value (QStringLiteral (" browser_download_url" )).toString ());
8989
9090 #ifdef _WIN32
91- if (filenameBlob.contains (QStringLiteral (" win32 " )) ||
91+ if (filenameBlob.contains (QStringLiteral (" Windows.Update " )) ||
9292 filenameBlob.contains (QStringLiteral (" Windows" )) ||
9393 filenameBlob.contains (QStringLiteral (" win64" )))
9494 {
@@ -98,7 +98,7 @@ void UpdateDialog::accept()
9898 }
9999 #endif
100100 #ifdef __APPLE__
101- if (filenameBlob.contains (QStringLiteral (" darwin " )) ||
101+ if (filenameBlob.contains (QStringLiteral (" macOS.Update " )) ||
102102 filenameBlob.contains (QStringLiteral (" macOS" )))
103103 {
104104 filenameToDownload = filenameBlob;
You can’t perform that action at this time.
0 commit comments