aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-02-07 02:23:31 +0100
committerGitHub <noreply@github.com>2021-02-07 02:23:31 +0100
commit1cf60a01d5e8fbb2070cee59733b304ee46299cc (patch)
treecbfe5b707dbfa1e681a8a696d937496b42f6a927 /CMakeLists.txt
parentba4a1a68bdf89d3ae1b169977ead14cdf0925ecb (diff)
parent0de064eb35b97dcf95494026d95a0a6d80df9c35 (diff)
downloadPrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.tar.gz
PrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.tar.bz2
PrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.zip
Merge pull request #3538 from Scotsguy/develop
NOISSUE Update Copyright Year
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b91da735..1c93e7a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -154,7 +154,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-2019 MultiMC Contributors")
+ set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2015-2021 MultiMC Contributors")
# directories to look for dependencies
set(DIRS ${QT_LIBS_DIR} ${QT_LIBEXECS_DIR} ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})