umu-launcher: don't die with parent
Boo Legendary.
This commit is contained in:
parent
51a41ce9a1
commit
3dcd2027b4
@ -32,6 +32,11 @@ buildFHSEnv {
|
||||
executableName = umu-launcher-unwrapped.meta.mainProgram;
|
||||
runScript = lib.getExe umu-launcher-unwrapped;
|
||||
|
||||
# Legendary spawns UMU, doesn't wait for it to exit,
|
||||
# and immediately exits itself. This makes it so we can't
|
||||
# die with parent, because parent is already dead.
|
||||
dieWithParent = false;
|
||||
|
||||
extraInstallCommands = ''
|
||||
ln -s ${umu-launcher-unwrapped}/lib $out/lib
|
||||
ln -s ${umu-launcher-unwrapped}/share $out/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user