diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-17 00:51:54 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-17 00:51:54 +0100 |
commit | c1ea42d3d9b793b52d52310f69174f1c5ab9daef (patch) | |
tree | 4e227eac7a9d134026d7cbf34c56d834b1fe3daf /CMakeLists.txt | |
parent | 7436c94976b2ee0c6f8a9e69d6acb8369ba4cbe6 (diff) | |
parent | 437dec91f9934c83301b15a01331519de612bbf1 (diff) | |
download | PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.tar.gz PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.tar.bz2 PrismLauncher-c1ea42d3d9b793b52d52310f69174f1c5ab9daef.zip |
Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop
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 d1bf04cf..9eefbb79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ if(MultiMC_LAYOUT_REAL STREQUAL "mac-bundle") set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${MultiMC_VERSION_MAJOR}.${MultiMC_VERSION_MINOR}.${MultiMC_VERSION_HOTFIX}.${MultiMC_VERSION_BUILD}") set(MACOSX_BUNDLE_LONG_VERSION_STRING "${MultiMC_VERSION_MAJOR}.${MultiMC_VERSION_MINOR}.${MultiMC_VERSION_HOTFIX}.${MultiMC_VERSION_BUILD}") set(MACOSX_BUNDLE_ICON_FILE MultiMC.icns) - set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2015-2018 MultiMC Contributors") + set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2015-2019 MultiMC Contributors") # directories to look for dependencies set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) |