summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-01-08 01:42:50 +0100
committerPetr Mrázek <peterix@gmail.com>2018-01-08 01:42:50 +0100
commitb7f28a92d496f5f083d79500bb431bf3c59c87e5 (patch)
treedb102ec010d145891113911e3247643e25295f97 /application
parent1dbc4e16f7dfa990de3f03af71d576b8e50b4bca (diff)
downloadMultiMC-b7f28a92d496f5f083d79500bb431bf3c59c87e5.tar
MultiMC-b7f28a92d496f5f083d79500bb431bf3c59c87e5.tar.gz
MultiMC-b7f28a92d496f5f083d79500bb431bf3c59c87e5.tar.lz
MultiMC-b7f28a92d496f5f083d79500bb431bf3c59c87e5.tar.xz
MultiMC-b7f28a92d496f5f083d79500bb431bf3c59c87e5.zip
NOISSUE change default install layout on linux to lin-nodeps
This avoids issues with included bundle utilities on certain systems and is a step in the intended direction (not distributing dependencies).
Diffstat (limited to 'application')
-rw-r--r--application/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 57abfcb3..a77e03d4 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -311,7 +311,7 @@ if(MultiMC_LAYOUT STREQUAL "auto")
if(UNIX AND APPLE)
set(MultiMC_LAYOUT_REAL "mac-bundle")
elseif(UNIX)
- set(MultiMC_LAYOUT_REAL "lin-bundle")
+ set(MultiMC_LAYOUT_REAL "lin-nodeps")
elseif(WIN32)
set(MultiMC_LAYOUT_REAL "win-bundle")
else()