diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-18 23:48:02 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-18 23:48:02 +0300 |
commit | 477b72ad33c29de097585ed415e1940cc25e2b34 (patch) | |
tree | e67b296ecbfdca5a0b5a1cec1062f02add0afd58 /CMakeLists.txt | |
parent | 5162203c7d31ad58fbd8eac838f48466151af389 (diff) | |
parent | 3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79 (diff) | |
download | PrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.tar.gz PrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.tar.bz2 PrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into prism_export2
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.") |