aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2021-12-31 17:04:58 -0500
committerswirl <swurl@swurl.xyz>2021-12-31 17:04:58 -0500
commit30f899f37d53a0a783c0924bd99e79889eb0a898 (patch)
treedaa157062ea81e880461dce7ce480cf60c390c1d
parent9dc3647f32cd65aaa8c1ed6789d081be425ec050 (diff)
downloadPrismLauncher-30f899f37d53a0a783c0924bd99e79889eb0a898.tar.gz
PrismLauncher-30f899f37d53a0a783c0924bd99e79889eb0a898.tar.bz2
PrismLauncher-30f899f37d53a0a783c0924bd99e79889eb0a898.zip
fix2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f897aa7..7d0dfc35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -217,7 +217,7 @@ elseif(Launcher_LAYOUT_REAL STREQUAL "lin-system")
MESSAGE(STATUS "Compiling for linux system with ${Launcher_SHARE_DEST_DIR} and LAUNCHER_LINUX_DATADIR")
SET(Launcher_APP_BINARY_DEFS "-DMULTIMC_JARS_LOCATION=${CMAKE_INSTALL_PREFIX}/${JARS_DEST_DIR}" "-DLAUNCHER_LINUX_DATADIR")
- install(FILES ${CMAKE_BUILD_DIR}/${Launcher_Desktop} DESTINATION ${Launcher_DESKTOP_DEST_DIR})
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${Launcher_Desktop} DESTINATION ${Launcher_DESKTOP_DEST_DIR})
# install as bundle with no dependencies included
set(INSTALL_BUNDLE "nodeps")