aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2021-12-13 13:01:29 -0500
committerLenny McLennington <lennymclennington@protonmail.com>2021-12-18 14:29:33 +0000
commitce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0 (patch)
tree79df8345d155b2467d98b1f7c5256ce59f72c33c /CMakeLists.txt
parent7912e0f32ba3c465cb564e4c17ab73effeebfefb (diff)
downloadPrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.tar.gz
PrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.tar.bz2
PrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.zip
Fix README and some references to MultiMC.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e42e038..8417be93 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,10 +207,10 @@ elseif(Launcher_LAYOUT_REAL STREQUAL "lin-nodeps")
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/LauncherScript" DESTINATION ${BUNDLE_DEST_DIR} RENAME ${Launcher_Name})
elseif(Launcher_LAYOUT_REAL STREQUAL "lin-system")
- set(Launcher_APP_BINARY_NAME "devlauncher" CACHE STRING "Name of the Launcher binary")
+ set(Launcher_APP_BINARY_NAME "polymc" CACHE STRING "Name of the Launcher binary")
set(Launcher_BINARY_DEST_DIR "bin" CACHE STRING "Path to the binary directory")
set(Launcher_LIBRARY_DEST_DIR "lib${LIB_SUFFIX}" CACHE STRING "Path to the library directory")
- set(Launcher_SHARE_DEST_DIR "share/devlauncher" CACHE STRING "Path to the shard data directory")
+ set(Launcher_SHARE_DEST_DIR "share/polymc" CACHE STRING "Path to the shard data directory")
set(JARS_DEST_DIR "${Launcher_SHARE_DEST_DIR}/jars")
set(BINARY_DEST_DIR ${Launcher_BINARY_DEST_DIR})