Fix a compile failure

This commit is contained in:
Alexander Babikov
2025-08-15 03:43:49 +05:00
parent a39d0cc964
commit 9d750f579b

View File

@@ -113,9 +113,9 @@ UpdateDetails::visitDownloadPage(const UpdateCheck::UpdateChannel &channel)
QDesktopServices::openUrl(QUrl("https://86box.net/builds#" QDesktopServices::openUrl(QUrl("https://86box.net/builds#"
#ifdef Q_OS_WINDOWS #ifdef Q_OS_WINDOWS
"win" "win"
#elif Q_OS_MACOS #elif defined(Q_OS_MACOS)
"mac" "mac"
#elif Q_OS_LINUX #elif defined(Q_OS_LINUX)
"lin" "lin"
#endif #endif