Update launcher.py

Make the launcher wait until the game is closed after launch
This commit is contained in:
Red-exe-Engineer 2022-03-11 21:55:36 -06:00 committed by GitHub
parent 3dec77927a
commit bc2cad39e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ def set_options(env, options: dict):
def run(env):
return subprocess.Popen(
["/usr/bin/minecraft-pi-reborn-client"], env=env, preexec_fn=os.setsid
)
).wait()