diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/CMakeLists.txt | 2 |
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() |