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 /CMakeLists.txt | |
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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c238086e..41634f68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,7 +178,7 @@ set(Launcher_VERSION_NAME4 "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}. set(Launcher_VERSION_NAME4_COMMA "${Launcher_VERSION_MAJOR},${Launcher_VERSION_MINOR},0,0") # Build platform. -set(Launcher_BUILD_PLATFORM "" CACHE STRING "A short string identifying the platform that this build was built for. Only used to display in the about dialog.") +set(Launcher_BUILD_PLATFORM "unknown" CACHE STRING "A short string identifying the platform that this build was built for. Only used to display in the about dialog.") # Channel list URL set(Launcher_UPDATER_BASE "" CACHE STRING "Base URL for the updater.") |