aboutsummaryrefslogtreecommitdiff
path: root/program_info
diff options
context:
space:
mode:
authortobimori <tobias@moeritz.cc>2022-10-25 09:34:07 +0200
committertobimori <tobias@moeritz.cc>2022-10-25 09:34:07 +0200
commitd9463620e601aa62342cafc3fb2fbeae5f56511c (patch)
treeb8e52ea8f590490d887e23640bb6f6ef6c324f04 /program_info
parent500a7eceabd292a7ddef5a5e2cec0fd26d66cef6 (diff)
downloadPrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.tar.gz
PrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.tar.bz2
PrismLauncher-d9463620e601aa62342cafc3fb2fbeae5f56511c.zip
move .app rename to packaging process, update mac copyright string
Signed-off-by: tobimori <tobias@moeritz.cc>
Diffstat (limited to 'program_info')
-rw-r--r--program_info/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index f6e2ea84..61949e13 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -15,6 +15,7 @@ set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE)
set(Launcher_Copyright "Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors \\n© 2012-2021 MultiMC Contributors")
+set(Launcher_Copyright_Mac "Prism Launcher Contributors, © 2021-2022 PolyMC Contributors and © 2012-2021 MultiMC Contributors" PARENT_SCOPE)
set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE)
set(Launcher_Domain "prismlauncher.org" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/${Launcher_VERSION_NAME}" PARENT_SCOPE)