Merge pull request #163 from txtsd/windows_data_dir

Replace build layouts with Launcher_PORTABLE cmake flag
This commit is contained in:
Ezekiel Smith
2022-03-02 00:03:31 +11:00
committed by GitHub
5 changed files with 54 additions and 69 deletions

View File

@ -64,7 +64,7 @@ mkDerivation rec {
cmakeFlags = [
"-GNinja"
"-DLauncher_LAYOUT=lin-system"
"-DLauncher_PORTABLE=OFF"
];
postInstall = ''