aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-06-26 11:55:23 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-06-26 11:55:23 +0200
commitfce000206f9a866b70c50f2b6ea860bded19383b (patch)
treeb03f24b34b02147349c2dd59722c4ca90d47cd6a
parentf5e4171df4f8990955b10d538809730abded32f8 (diff)
downloadPrismLauncher-fce000206f9a866b70c50f2b6ea860bded19383b.tar.gz
PrismLauncher-fce000206f9a866b70c50f2b6ea860bded19383b.tar.bz2
PrismLauncher-fce000206f9a866b70c50f2b6ea860bded19383b.zip
feat: print build platform in application log
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--launcher/Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 1d97a5f2..45e34026 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -471,6 +471,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
qDebug() << BuildConfig.LAUNCHER_DISPLAYNAME << ", (c) 2013-2021 " << BuildConfig.LAUNCHER_COPYRIGHT;
qDebug() << "Version : " << BuildConfig.printableVersionString();
+ qDebug() << "Platform : " << BuildConfig.BUILD_PLATFORM;
qDebug() << "Git commit : " << BuildConfig.GIT_COMMIT;
qDebug() << "Git refspec : " << BuildConfig.GIT_REFSPEC;
if (adjustedBy.size())