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).
This commit is contained in:
parent
1dbc4e16f7
commit
b7f28a92d4
@ -311,7 +311,7 @@ if(MultiMC_LAYOUT STREQUAL "auto")
|
|||||||
if(UNIX AND APPLE)
|
if(UNIX AND APPLE)
|
||||||
set(MultiMC_LAYOUT_REAL "mac-bundle")
|
set(MultiMC_LAYOUT_REAL "mac-bundle")
|
||||||
elseif(UNIX)
|
elseif(UNIX)
|
||||||
set(MultiMC_LAYOUT_REAL "lin-bundle")
|
set(MultiMC_LAYOUT_REAL "lin-nodeps")
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
set(MultiMC_LAYOUT_REAL "win-bundle")
|
set(MultiMC_LAYOUT_REAL "win-bundle")
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user