diff options
author | seth <getchoo@tuta.io> | 2023-07-16 17:15:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 17:15:55 -0400 |
commit | 5e0df9b6965fae285d35580d19d1ab9bbc39c16a (patch) | |
tree | 6b93c3289a9e4d80586f7e4ff3b7ca8586b52412 /buildconfig/BuildConfig.h | |
parent | b54d1651ab5ec822bff92c3e44bfeb0fd601ee60 (diff) | |
parent | 40fb387185527db5eb03be34ea35f24d3e7bedcd (diff) | |
download | PrismLauncher-5e0df9b6965fae285d35580d19d1ab9bbc39c16a.tar.gz PrismLauncher-5e0df9b6965fae285d35580d19d1ab9bbc39c16a.tar.bz2 PrismLauncher-5e0df9b6965fae285d35580d19d1ab9bbc39c16a.zip |
Merge pull request #1276 from Scrumplex/print-build-platform
Print build platform on launch
Diffstat (limited to 'buildconfig/BuildConfig.h')
-rw-r--r-- | buildconfig/BuildConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfig/BuildConfig.h b/buildconfig/BuildConfig.h index 8543d724..11773d88 100644 --- a/buildconfig/BuildConfig.h +++ b/buildconfig/BuildConfig.h @@ -68,7 +68,7 @@ class Config { bool UPDATER_ENABLED = false; - /// A short string identifying this build's platform. For example, "lin64" or "win32". + /// A short string identifying this build's platform or distribution. QString BUILD_PLATFORM; /// A string containing the build timestamp |